diff --git a/out.wav b/out.wav new file mode 100644 index 0000000..701fccf Binary files /dev/null and b/out.wav differ diff --git a/record.sh b/record.sh new file mode 100755 index 0000000..276754f --- /dev/null +++ b/record.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +sox -t raw -r 50000 -b 16 -c 2 -L -e signed-integer - out.wav \ No newline at end of file