PortAudio library not found by sounddevice

后端 未结 1 1322
遇见更好的自我
遇见更好的自我 2021-01-01 23:02

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

相关标签:
1条回答
  • 2021-01-01 23:35

    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
    
    0 讨论(0)
提交回复
热议问题