modify README.md

This commit is contained in:
Obie Hinojosa 2024-11-10 18:01:35 -06:00
parent 638706377d
commit 78ad9071a0

View File

@ -1,7 +1,8 @@
# pysdr-prototyping
### for PULSEAUDIO fm radio through terminal
rtl_fm -f 97.1e6 -M wbfm -s 200000 -r 48000 - | pacat --format=s16le --rate=48000 --channels=1 --latency-msec=100
`rtl_fm -f 97.1e6 -M wbfm -s 200000 -r 48000 - | pacat --format=s16le --rate=48000 --channels=1 --latency-msec=100`
### for ALSA fm radio through terminal
`rtl_fm -f 102.7e6 -M wbfm -s 200000 -r 48000 - | aplay -r 48000 -f S16_LE`