mirror of
https://github.com/romanz/amodem.git
synced 2026-02-05 16:26:22 +08:00
scripts: add ALSA helpers
This commit is contained in:
2
scripts/play.sh
Executable file
2
scripts/play.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
aplay -f S16_LE -c 1 -r 32000 $*
|
||||
2
scripts/record.sh
Executable file
2
scripts/record.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
arecord -f S16_LE -c 1 -r 32000 $*
|
||||
Reference in New Issue
Block a user