mirror of
https://github.com/F5OEO/rpitx.git
synced 2026-02-19 17:31:26 +01:00
8 lines
214 B
Bash
Executable File
8 lines
214 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#TODO using the AM mode from librpitx
|
|
echo Need to implement
|
|
(while true; do cat "$2"; done) | csdr convert_i16_f \
|
|
| csdr gain_ff 4.0 | csdr dsb_fc \
|
|
| sudo ./rpitx -i - -m IQFLOAT -f "$1" -s 48000
|