mirror of
https://github.com/F5OEO/rpitx.git
synced 2026-03-10 18:37:04 +01:00
4 lines
208 B
Bash
Executable File
4 lines
208 B
Bash
Executable File
#TODO using the AM mode from librpitx
|
|
echo Need to implement
|
|
(while true; do cat sampleaudio.wav; done) | csdr convert_i16_f | csdr gain_ff 4.0 | csdr dsb_fc | sudo ./rpitx -i - -m IQFLOAT -f 434000 -s 48000
|