Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
10
.bin/OLD/mictest
Executable file
10
.bin/OLD/mictest
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
echo recording
|
||||
aucat -o /tmp/test.wav &
|
||||
PID=$!
|
||||
sleep 3
|
||||
kill $PID
|
||||
sleep 0.2
|
||||
echo playing
|
||||
aucat -i /tmp/test.wav
|
||||
echo done
|
||||
Reference in New Issue
Block a user