A couple days ago, I booted my OS a day after installing it. I opened youtube and I found my sounds was distorted. The same damn problem I've been trying to avoid after distrohopping from Fedora to Ubuntu to Solus. I looked it up and then I found the solution in the Ubuntu forum. I also noticed that in my Raven sidebar, Firefox is not the only software that appeared in the sound applet. There's also this thing called "speech-dispatcher". In the Ubuntu forum that I've read, it also mention stuff about this "speech-dispatcher". So I deduce (there's also a guide on that Ubuntu forum on how to get rid of it) that this is probably the root of the problem. So I did this.
- Open System Monitor
- Look for "speech-dispatcher"
- Kill the "speech-dispatcher" by right clicking and choosing kill
- Open the terminal
sudo gedit '/usr/share/speech-dispatcher/conf/speechd.conf'
- Look at the bottom for #DisableAutoSpawn
- Delete the hashtag in front of it.
The step 3 force closed the software for the time being.
The step 7 ensures the software doesn't appear out of nowhere in the foreseeable future.
So yeah, just wanted to throw it out there if maybe newcomers crash into this issue (I'm a newcomer too). The audio works perfectly fine now.