简体   繁体   中英

How do I install PortAudio library on Google Colab?

I want to install the PortAudio library on Google Colab to link it to code for recording with a laptop microphone. How do I install it?

portaudio is not a Python package, it's a C library that's entirely independent of Python, so you can't install it via pip.

See the portaudio for website for details on the official way to get it and install it on your platform.

Does pyaudio not works for you ??

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM