197
Views

I picked up a Raspberry Pi 3 to replace an old laptop that we were using for playing some background music in our office. I found the audio to have a pretty bad static or fuzzz as they call it while I was doing some research. I found that enabling the following helped the high end of the audio tremendously. I believe that it may be software related but I will need to do some more research.

For now, the fix is editing the config.txt file found at /boot/config.txt of your Raspbian installation. To edit it, type the following from a terminal window or by using SSH to connect to your Raspberry Pi 3.

sudo nano /boot/config.txt

Then add the following line at the bottom of the config.txt file.

disable_audio_dither=1

Reboot and you will find that your audio is cleaner at the mid and high levels. There is still just a bit between songs but very mild.

Article Tags:
Article Categories:
Tech
SDATIC

Web developer and former photographer by trade...gamer and all around tech enthusiast in his free time. Christoph started sdatic.com as a way to organize his ideas, research, notes and interests. He also found it enjoyable to connect and share with others who parallel his interests. Everything you see here is a resource that he found useful or interesting and he hopes that you will too.

Leave a Reply

Your email address will not be published. Required fields are marked *