7

I have been using Sonic Pi recently and have been annoyed by a persistent stream of white noise. This has happened on both Raspbian and Ubuntu MATE 16.04 for Raspberry Pi, using SENNHEISER MX356s. Is there any way to stop this?

beaver
  • 109
  • 5
R Harrington
  • 311
  • 1
  • 2
  • 14

4 Answers4

6

Per the comments below the question, the Pi's 3.5mm audio output is not a good output. I try to avoid it where possible. I have yet to see a convincing writeup of any approaches which would eliminate the noise from the analogue jack sufficiently for it to be used for enjoying music.

Your options for usable audio are:

I've tested a few variations on each of these approaches, and they all seem to work fine.

goobering
  • 10,750
  • 4
  • 40
  • 64
3

The question is a bit old, but nevertheless: Add

audio_pwm_mode=2

to /boot/config.txt

(Source: https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=136445, worked with my pi)

0

I moved the USB connector from adapter to RPI USB port. The 50Hz sound disappeared. This works for 5V powered audio. Some countries use 60Hz power supply.

Dan Froberg
  • 101
  • 2
0

Moving the speaker's USB power cable from the Pi's USB port to an external power brick worked for me

Shayan
  • 1