summaryrefslogtreecommitdiff
path: root/wavreader.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-23Add support for waveformatex filesMartin Storsjo1-1/+11
2014-06-23Support reading sox style piped wav filesMartin Storsjo1-1/+1
2014-06-23Use skip instead of fseekMartin Storsjo1-2/+8
2014-06-23Allow reading wav files with a 0 bytes RIFF chunkMartin Storsjo1-1/+5
2014-06-23Allow opening stdin when "-" is specifiedMartin Storsjo1-2/+6
2014-06-23Support streamed wav files with a 0 bytes data chunkMartin Storsjo1-1/+7
2012-09-13Add an encoder exampleMartin Storsjo1-0/+163