scripts: add ALSA helpers

This commit is contained in:
Roman Zeyde
2015-02-11 10:01:53 +02:00
parent e374a65920
commit ffc9ece45c
2 changed files with 4 additions and 0 deletions

2
scripts/play.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
aplay -f S16_LE -c 1 -r 32000 $*

2
scripts/record.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
arecord -f S16_LE -c 1 -r 32000 $*