Hi,
I’m trying to setup an app which analyses an audio buffer in realtime using the ofxAubio addon.
I can play back a sound file (loaded from my PC) or have direct access to the microphone audioIn buffer using ofSoundStream but that’s not what I want…
What I want is to be able to inspect the sound data going through my soundcard - so if I’m playing back audio via a 3rd party app , web browser, audio player etc I can hook directly into that.
Does anyone know if that’s possible?
I would have thought it would happen in the audioOut buffer after setting up and starting an ofSoundStream instance but I can’t seem to tap directly into the audio playing through my system - only the microphone.