Post

Replies

Boosts

Views

Activity

Reply to Capturing system audio no longer works with macOS Sequoia
Testing with only the AVAudioCapture API also did not work. But as I was testing, I discovered the following: If I set the default audio device after starting the session instead of before starting the session, then audio is working with Sequoia. In the sample application, when moving setDefaultAudioDevice on line 103 down past [session startRunning], then I see audio values and hear audio via the loopback: ... // Start the session [session startRunning]; setDefaultAudioDevice(audioDriverUID); // moved from line 103 ... Apparently, there is some change in Sequoia which requires that the session has to be running prior to configuring the default audio device.
Topic: Media Technologies SubTopic: Audio Tags:
Nov ’24
Reply to Capturing multiple screens no longer works with macOS Sequoia
Retested after Sequoia 15.3 release and the issue remains.
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Jan ’25
Reply to Capturing system audio no longer works with macOS Sequoia
Testing with only the AVAudioCapture API also did not work. But as I was testing, I discovered the following: If I set the default audio device after starting the session instead of before starting the session, then audio is working with Sequoia. In the sample application, when moving setDefaultAudioDevice on line 103 down past [session startRunning], then I see audio values and hear audio via the loopback: ... // Start the session [session startRunning]; setDefaultAudioDevice(audioDriverUID); // moved from line 103 ... Apparently, there is some change in Sequoia which requires that the session has to be running prior to configuring the default audio device.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Capturing system audio no longer works with macOS Sequoia
I filed FB15620713
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Oct ’24