Let’s start the discussion about How to restart audio in ubuntu in following methods.
Contents
Restart Audio Ubuntu
We tried pulseaudio -k && sudo alsa force-reload
a few times and it worked fine. The first section disables pulseaudio, while the second reloads ALSA. You don’t need to restart pulseaudio because it restarts itself.
pulseaudio -k && sudo alsa force-reload
I hope the strategies listed above work for you. Happy coding and come back again.
Similar Post : How to Restart Ubuntu sound processes via command line