gordonklaus / portaudio

Go bindings for the PortAudio audio I/O library
MIT License
704 stars 95 forks source link

Startup messages on ARM #24

Closed mehrvarz closed 6 years ago

mehrvarz commented 6 years ago

Hi. This is not a bug report. The two logs below show up when everything is working fine. But is it possible to prevent these messages from showing up on startup on ARM? It looks as if a couple of hundred ms are lost every time all these options are being tried out. If it was possible to hide these messages, that would be good already. But being able to hint what to try first (and make startup quicker this way) would be even better. Thank you.

gordonklaus commented 6 years ago

I don't know how to hide these messages. I've never run portaudio on ARM nor ALSA. The first ideas that come to my head are

mehrvarz commented 6 years ago

Option 1 sounds good. I may be only one apt install away from a solution. But I am afraid I might ruin my audio config. Option 2 + 4 are not self-explanatory to me. Anyway, I only wanted to bring this up to see if there is an easy solution. This is not very important.

mehrvarz commented 6 years ago

Fixing Alsa errors on the Raspberry Pi in Raspbian https://devopsish.blogspot.com/2016/05/fixing-alsa-errors-on-raspberry-pi-in.html "dtparam=audio=on" in /boot/config.txt solved the problem for me. At least most of it.