Working codec2 support

This commit is contained in:
Brian West
2010-09-21 12:35:41 -05:00
parent 549b2356d6
commit 62b55523c2
150 changed files with 14078 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
# Plays a raw file
# usage:
# playraw file.raw
# playraw file.raw -d /dev/dsp1 (e.g. for USB headphones)
play -r 8000 -s -2 $1 $2 $3