mirror of
https://github.com/davidhoness/sstv_decoder.git
synced 2025-12-06 04:12:01 +01:00
Bash script to start rtl_fm receiver
This commit is contained in:
parent
8d89cf024b
commit
fb0552ba5e
2
bin/receiver.sh
Normal file
2
bin/receiver.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
rtl_fm -f 145.8M -M fm -s 170k -A fast -l 0 -E deemp | play -r 170k -t raw -e s -b 16 -c 1 -V1 -
|
||||
Loading…
Reference in a new issue