mirror of
https://github.com/F5OEO/rpitx.git
synced 2026-03-05 16:14:14 +01:00
- Added shebang to all the scripts - Adjusted all the scripts to make them compatible with a POSIX shell
8 lines
225 B
Bash
Executable File
8 lines
225 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#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
|