-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expression 'stream->capture.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4375 #45
Comments
This looks related |
I am having exactly the same issue on my raspberry pi, did you manage to find a solution yet? However I don't seem to have bluetooth devices, this is what I get: Expression 'stream->capture.pcm' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4307 |
Seems to be that when you add { useMicrophone: false } to the options it gets rid of that Expression 'stream->capture.pcm' failed error line. My goal is not to capture from the microphone anyway. Might have something to do with installing jackd1 instead of jackd2 as I read that jackd2 isn't really stable on a raspberry pi? Don't quote me on that, though. However it still leaves me with that strange ticking noise and this error: Expression 'savail' failed in 'src/hostapi/alsa/pa_linux_alsa.c', line: 4463 |
I am using ubuntu with a desktop pc, so I doubt it is related to raspberry pi. after setting in the aforementioned thread it was suggested to remove the "bluez-alsa" package, but that did not help me with this issue. |
I'm running into the same problem as @maximilianmikus on Fedora 25:
|
Hi, I am getting this error. My processAudio function is empty and only returns the inputBuffer.
The line
is repeated infinetly and i can hear strange ticks from my speakers.
I had to fix portaudio (#33).
The text was updated successfully, but these errors were encountered: