Added WAVE file output to AIFF converter; fixed AIFF decoding bug which caused 8 extra samples in the output

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3609 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-05-14 17:27:36 +00:00
parent c0cabf8bcb
commit 7b0505facc
10 changed files with 1273 additions and 361 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
aif2raw: aif2raw.c aif2raw.h
gcc -W -Wall -g -O0 aif2raw.c -o aif2raw
aif2wav: aif2wav.c aiff.h aiff.c wav.h wav.c port.h
gcc -W -Wall -g -O0 aif2wav.c aiff.c wav.c -o aif2wav
clean:
rm aif2raw
rm aif2wav aif2wav.exe