Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9500.0Hz peak with stereo input and other annoying noise #121

Open
2 tasks
eapo opened this issue Dec 26, 2018 · 1 comment
Open
2 tasks

9500.0Hz peak with stereo input and other annoying noise #121

eapo opened this issue Dec 26, 2018 · 1 comment

Comments

@eapo
Copy link

eapo commented Dec 26, 2018

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 different DEVIATION, the noise is still there.

Really wish to use this amazing app. Thx for your effort (where is your donation link?) ;)


$ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
$ uname -a
Linux raspi_valto 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
$ cat /proc/cpuinfo
Hardware        : BCM2835
Revision        : a020d3
@etiennedemoulin
Copy 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants