I am running a script on Ubuntu 20.04.6 which has a lot of the same output like
ALSA lib pcm.c:8526:(snd_pcm_recover) underrun occurred
is there a way to just suppress these messages? I know it has to do with audio, and the script plays a video with moviepy
, but I am not interested in the audio at all. Maybe I can fix ALSA, install something, uninstall something? I just want these messages go away...