Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Record soundcard output (aka "Stereo mix"): is it available only with WASAPI? #36

Open
josephernest opened this issue Oct 9, 2020 · 0 comments

Comments

@josephernest
Copy link

josephernest commented Oct 9, 2020

Is the recording of the soundcard output only available for WASAPI drivers?

https://github.com/intxcc/pyaudio_portaudio/blob/master/example/echo_python3.py#L66

In my case, it doesn't work with device number 0, 1, 2, 3, but only number 4 below.
Is that normal?

0:       Microsoft Sound Mapper - Input
         MME
1:       Microphone interne (Conexant 20
         MME
2:       Microsoft Sound Mapper - Output
         MME
3:       Speakers (Conexant 20672 SmartA
         MME
4:       Speakers (Conexant 20672 SmartAudio HD)
         Windows WASAPI

Also, what is the specific part in your fork @intxcc?
Did you add something specific to portaudio (in C code?) or pyaudio or both?

As of today (oct 2020), is loopback device also included in the original "pyaudio" project?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant