We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'm using this command on a raspberry with an airspy mini: ./rx_fm -E wav -d driver=airspy -f 137.9125M -g LNA=14 - | /usr/bin/sox -t wav -e signed-integer -b 16 -c 1 - rx_test.wav
but this outputs a wav-file with silence.
Why is this? I'm expecting to hear static noise.
The text was updated successfully, but these errors were encountered:
rx_sdr and rx_fm were a quick hack from rtl_fm, it's never worked properly, rx_sdr has been fixed up a bit but rx_fm is complete junk.
Sorry, something went wrong.
No branches or pull requests
Hello,
I'm using this command on a raspberry with an airspy mini:
./rx_fm -E wav -d driver=airspy -f 137.9125M -g LNA=14 - | /usr/bin/sox -t wav -e signed-integer -b 16 -c 1 - rx_test.wav
but this outputs a wav-file with silence.
Why is this? I'm expecting to hear static noise.
The text was updated successfully, but these errors were encountered: