You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Went trough the necessary preemphasis (Issue #50) problem, but still not satisfied.
Here is my actual command with a lot of hacks: sox -S http://ice1.somafm.com/suburbsofgoa-128-mp3#.mp3 -c 1 -t wav - firfit ~/75usPreEmphasis.ff speed 2 | sudo ~/PiFmRds/src/pi_fm_rds -freq 107 -audio -
Acting the same with different sources and different -freq and even with different DEVIATION, the noise is still there.
Really wish to use this amazing app. Thx for your effort (where is your donation link?) ;)
Maybe your Raspberry's power supply isn't powerful enough? (2A is good)
If you don't have, you can add the line gpu_freq=250 to the /boot/config.txt file.
Let us know
My PiFmRDS emits a really annoying 9500.0Hz peak and other lower noises when the input has more than 1 channel (and i really want stereo!).
Reducing the channels to 1 (
-c 1
) solved the high peak, but still noisy:Went trough the necessary preemphasis (Issue #50) problem, but still not satisfied.
Here is my actual command with a lot of hacks:
sox -S http://ice1.somafm.com/suburbsofgoa-128-mp3#.mp3 -c 1 -t wav - firfit ~/75usPreEmphasis.ff speed 2 | sudo ~/PiFmRds/src/pi_fm_rds -freq 107 -audio -
Acting the same with different sources and different
-freq
and even with differentDEVIATION
, the noise is still there.Really wish to use this amazing app. Thx for your effort (where is your donation link?) ;)
The text was updated successfully, but these errors were encountered: