mirror of
https://github.com/F5OEO/rpitx.git
synced 2026-03-18 06:16:56 +01:00
4 lines
204 B
Bash
Executable File
4 lines
204 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 $1 -s 48000
|