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