We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
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?
The text was updated successfully, but these errors were encountered: