Skip to content Skip to sidebar Skip to footer

Portaudio Library Not Found By Sounddevice

I have been working with a python program which uses sounddevice module to play audio. The program works fine in my office pc (running Ubuntu 17.10), but not in my home pc (running

Solution 1:

I could fix this by installing the portaudio library.

sudo apt-get install libportaudio2

You may also try following if this doesn't help.

sudo apt-get install libasound-dev

Post a Comment for "Portaudio Library Not Found By Sounddevice"