diff --git a/scripts/play.sh b/scripts/play.sh new file mode 100755 index 0000000..fd3c3f4 --- /dev/null +++ b/scripts/play.sh @@ -0,0 +1,2 @@ +#!/bin/bash +aplay -f S16_LE -c 1 -r 32000 $* diff --git a/scripts/record.sh b/scripts/record.sh new file mode 100755 index 0000000..00abb31 --- /dev/null +++ b/scripts/record.sh @@ -0,0 +1,2 @@ +#!/bin/bash +arecord -f S16_LE -c 1 -r 32000 $*