Hey!
I am using rtl_fm on my computer.
This command work great on my system
Code:
rtl_fm -M fm -f 433.075M -s 12k -g 40 -l 20 | play -r 12k -t raw -e s -b 16 -c 1 -V1 -
For now I need to use lowpass and highpass filter for audio signal. I need to filter CTCSS sub-tone.
When I am trying to run
Code:
rtl_fm -M fm -f 433.075M -s 12k -g 40 -l 20 | play highpass 300 lowpass 3000 -r 12k -t raw -e s -b 16 -c 1 -V1 -
it show me an error
Quote:
"play FAIL sox: Not enough input filenames specified"
|
Does anybody know how can I use bandpass filter in SoX utility correctly?