Tagged Questions
3
votes
3answers
2k views
What and how is the encoding of a raw (headerless) audio file?
I have done this:
me@riverbrain:~/sgf$ echo "test" | text2wave -otype raw -F 16000 >> test.raw
which produced a headerless audio file. The wonderful thing about this file is that it can be ...