PyAudio for Jetson Nano

Is there a way to install PyAudio for the Jetson Nano?

Hi steffen.epp,

I don’t know the PyAudio can work or not, but you should implement the audio codec first.

You can install Pyaudio using below commands :

sudo apt-get install portaudio19-dev python-all-dev python3-all-dev
pip3 install pyaudio