hydrophonitor/audio-logger/run_test.sh

10 lines
170 B
Bash
Raw Normal View History

2022-09-22 04:06:49 +00:00
#!/bin/bash
2022-09-25 14:58:17 +00:00
target/release/audio rec \
2022-09-22 04:06:49 +00:00
--name test \
--output recordings/ \
--batch-recording 3 \
--sample-rate 44100 \
--channels 2 \
--buffer-size 1024 \
alsa \