How can I capture audio samples output on macOS?
I’m trying to capture audio samples from the selected output device on macOS.
I attempted to use AVAudioEngine
with installTap
, but I haven’t had any success.
I’m trying to capture audio samples from the selected output device on macOS.
I attempted to use AVAudioEngine
with installTap
, but I haven’t had any success.