Add note about play command

This commit is contained in:
Donald Burr 2015-02-18 02:32:47 -08:00
parent 682c37f764
commit abe6b8d0b3

View file

@ -1,5 +1,8 @@
#!/bin/sh
# Signed 16 bit Little Endian, Rate 22050 Hz, Mono
#
# use "play" command to play back audio
INFILE="$1"
OUTFILE="$INFILE.wav"
#sox -r 44100 -e unsigned -b 8 -c 1 <RAW_FILE> <TARGET_FILE>