gen2brain / malgo

Mini audio library
The Unlicense
299 stars 50 forks source link

Can this capture output audio with WASAPI loopback? #57

Open Napolitain opened 1 month ago

Napolitain commented 1 month ago

https://github.com/s0d3s/PyAudioWPatch

referring to this work in python

Context: I want to record audio not from microphone but from speaker, on Windows. WASAPI allows it. Didnt look much into your work which seems great yet

gen2brain commented 1 month ago

Why do you need WASAPI loopback for this? See https://github.com/gen2brain/malgo/issues/40 and send a PR if you can. But, you should be able to enumerate devices and choose the capture device you want.