10 lines
173 B
Bash
10 lines
173 B
Bash
#!/bin/bash
|
|
|
|
target/release/audio-logger \
|
|
--name test \
|
|
--output recordings/ \
|
|
--batch-recording 3 \
|
|
--sample-rate 44100 \
|
|
--channels 2 \
|
|
--buffer-size 1024 \
|
|
alsa \ |