I had terrible audio popping with Chromium which use sndiod audio
The fix is to change the sndiod sample rate to 44100 from the default 44800
as mentioned in this post by patovm04
or manually edit the config file
and add the following code
reboot for good measure
open Chromium play a video and you should have no more audio popping
cheers to patovm04 for the fix, this has been something thats been annoying me for a long time
The fix is to change the sndiod sample rate to 44100 from the default 44800
as mentioned in this post by patovm04
Chromium audio
With Teams, neither the microphone nor the speaker can be changed. Is this normal? www/chromium only in this topic, please.
forums.freebsd.org
Code:
sudo sysrc sndiod_enable="YES"
sudo sysrc sndiod_flags="-r 44100"
or manually edit the config file
Code:
sudo vi /etc/rc.conf
and add the following code
Code:
sndiod_enable="YES"
sndiod_flags="-r 44100"
reboot for good measure
open Chromium play a video and you should have no more audio popping
cheers to patovm04 for the fix, this has been something thats been annoying me for a long time