rpitx/testssb.sh
mamborambo 2a2cb7272e Fix shellcheck issues
- Added shebang to all the scripts
- Adjusted all the scripts to make them compatible with a POSIX shell
2018-12-01 00:00:00 +00:00

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