Reputation: 113
I have one question: Is there any possibillity to record the global Windows Output using Portaudio? I have read that you can change the input device to the actual output device but that's not working at all. So is there any other possibillity to record the output sound? I'd like to prefer using Portaudio but I'm not afraid to use other APIs. It should be a cross-platform API.
Best Regards, Dennis
Upvotes: 4
Views: 6779
Reputation: 11640
Counting on Ross Bencina's answer ,
plus an internet tip: You need a PortAudio patch to enable WASAPI Loopback:
https://github.com/michaelni/audacity/blob/master/lib-src/portaudio-v19/wasapi-loopback.patch
Upvotes: 1
Reputation: 4193
I believe that this can be done with WASAPI Loopback Recording
PortAudio has a WASAPI back-end, so in principle you should be able to do it with PortAudio if you target a WASAPI PortAudio device. In practice I have never tried it so I can't guarantee that it will work.
Upvotes: 0