Functions as an ADPCM decoder for previewing compressed audio
vadpcm_dec [-l] codedfile
vadpcm_dec decodes a sound file that has been encoded in the N64 ADPCM format (by using the vadpcm_enc tool) and writes it to standard output as raw mono 16-bit samples.
Command Line Options
The following shows how to create one sound of .AIFC sound from the tool.
>cd /usr/lib/PR/sounds >vadpcm_dec ~ .aifc l playraw
1999/04/30 Changed Format