Short: Converts WAV samples to RAW. V1.1 Author: Aménophis IV (amenophis_iv@perso.be) Uploader: Aménophis IV (amenophis_iv perso be) Type: util/conv Architecture: m68k-amigaos This little util is programmed in C language and avoids the excessive use of memory (major problem in version 1, which was programmed in asm). It permits you to translate a wav sample (16 bits) into a raw amiga sample (8 bits). Usage : wav2raw source [-i(input) 44100 -o(output) 44100 -d destination] 22050 22050 11025 11025 ... ... There is no interpolation possible(i >= o). I compiled this software with PDC (very capricious). Advantages : It is free of charge, it runs on all systems (not like GCC). Two days of efforts allowed me to translate GCC code into PDC code. My PDC source code is really ugly, so i join the gcc original code in the archive(might not work). Thank you for sending me a mail if you use this software.