Portaudio Setup (Linux) - CESNET/UltraGrid GitHub Wiki

You will need ALSA devel libraries and optionally JACK libraries if you want to use that sound output.

To add audio support, navigate to the portaudio directory and compile it

 cd portaudio/

 ./configure

 make

UltraGrid will automatically recognize the compiled files. You may continue with UltraGrid setup.