saharmor/whisper-playground

Pyaudio

Alastair1234 opened this issue · 6 comments

Looks like a great project!
During the Install the backend and frontend environmet sh install_playground.sh I'm getting an error:

image

I ran into the same issue, the solution was to install portaudio headers as indicated, which in my case is the package extra/portaudio on arch linux. This should be added to the dependecies in the README or similar.

I also had the same issue, on ubuntu I just used sudo apt-get install portaudio19-dev

Thanks for the flag. @HarHarLinks what command did you run to install portaudio? I'll add it to the README

command is sudo pacman -S portaudio on arch linux.

Perfect, I've updated the readme, thanks.