You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using miniaudio for a music visualizer, and it's working great.
However, on macOS, I have to ask users to install software like Blackhole to be able to capture system audio. More often than not, my testers can't make it work + they lose the ability to easily adjust volume.
Apple recently introduces capability to capture audio which I suspect miniaudio could utilize for this purpose. This is not documented well yet, but someone made a repository to make it more approachable: https://github.com/insidegui/AudioCap/
(This example asks you to pick a specific pid, so it may be the case that the new API doesn't allow system-wide audio capture)
The text was updated successfully, but these errors were encountered:
Just for a note, from the link above it seems that the needed functionality is only supported in Sonoma and above. If that is the case, please add it conditionally on macOS version (if it is added).
I'm using miniaudio for a music visualizer, and it's working great.
However, on macOS, I have to ask users to install software like Blackhole to be able to capture system audio. More often than not, my testers can't make it work + they lose the ability to easily adjust volume.
Apple recently introduces capability to capture audio which I suspect miniaudio could utilize for this purpose. This is not documented well yet, but someone made a repository to make it more approachable: https://github.com/insidegui/AudioCap/
(This example asks you to pick a specific pid, so it may be the case that the new API doesn't allow system-wide audio capture)
The text was updated successfully, but these errors were encountered: