Open sidstuff opened 3 months ago
Attempting to run main.py on Ubuntu 24.04 returns OSError: PortAudio library not found as it is not installed by default.
main.py
OSError: PortAudio library not found
this is completely broken on Ubuntu 24.04, we'll have to figure out what's causing this, cuz even the example code from sounddevice doesn't work. works on 22 tho
Attempting to run
main.py
on Ubuntu 24.04 returnsOSError: PortAudio library not found
as it is not installed by default.