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:
+3
-3
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user