mirror of
https://github.com/F5OEO/rpitx.git
synced 2026-03-06 00:24:11 +01:00
- Added shebang to all the scripts - Adjusted all the scripts to make them compatible with a POSIX shell
8 lines
247 B
Bash
Executable File
8 lines
247 B
Bash
Executable File
#!/bin/sh
|
|
|
|
(while true; do cat sampleaudio.wav; done) | csdr convert_i16_f \
|
|
| csdr fir_interpolate_cc 2 | csdr dsb_fc \
|
|
| csdr bandpass_fir_fft_cc 0.002 0.06 0.01 | csdr fastagc_ff \
|
|
| sudo ./sendiq -i /dev/stdin -s 96000 -f "$1" -t float
|
|
|