rtl-fm
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | rtl-fm [2015-04-26 14:07:03] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== rtl_fm and proper audio bandlimiting ====== | ||
+ | rtl_fm does not properly limit audio before downsampling. You will hear annoying pitch when you set lower audio rate (e.g. 24k or 16k) - it's the aliased pilot tone. But what if you can't afford 48k audio rate, for example because you are saving the stream to a small memory card? Try proper resampling with sox. | ||
+ | |||
+ | < | ||
+ | sox -t raw -r 48000 -e signed-integer -b 16 -c 1 - -t raw - vol 6 dB rate -m 16000 | | ||
+ | aplay -r 16000 -f S16_LE |
rtl-fm.txt · Last modified: by 127.0.0.1