pyaudio_portaudio
pyaudio_portaudio copied to clipboard
A fork to record speaker output with python. PyAudio with PortAudio for Windows | Extended | Loopback | WASAPI | Latest precompiled Version
Python 3.8 is updated. The latest .whl file is for Python 3.7, not Python **3.8**, so it cannot be installed correctly. It is necessary for update .whl file for **Python...
I'm very excited to use this program but am having difficulties with the install process. Sorry, I'm very inexperienced with coding and install and whenever I try the process on...
Right now, Im looping through every audio device, comparing the name of the default output device to the one at the index, checking if they match, and then checking if...
I'm using this with Python3.7 (used the .msi installer) and after the audio stream goes on for a while (as_loopback = true), speaker output starts inputting itself into microphone's left...
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...
I installed pyaudio and portaudio with 'conda install pyaudio' but get this error '__init__() got an unexpected keyword argument 'as_loopback' Someone had the same problem, but closed the topic without...
I tried implementing my own solution, but I had an error when opening the stream: Invalid number of channels (even though I was using the correct number). When I tried...
I made a post on [here](https://stackoverflow.com/questions/62174356/pyaudio-stream-read-doesnt-return-data-until-stream-stops) (stackoverflow) talking about this problem. Basically stream.read is "getting stuck" while stream is open, thus not returning any data. However, when the stream stops,...
After running this: `python ./setup.py install --static-link` These logs show up: ``` running install running build running build_py copying src\pyaudio.py -> build\lib.win-amd64-2.7 running build_ext building '_portaudio' extension error: Unable to...