vadpcm_dec (tool command)

Functions as an ADPCM decoder for previewing compressed audio

Syntax

vadpcm_dec [-l] codedfile

Description

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

-l
Plays the loop (if there is one) repeatedly until a key is pressed on the standard input.

Example

The following shows how to create one sound of .AIFC sound from the tool.

>cd /usr/lib/PR/sounds
>vadpcm_dec ~ .aifc l playraw

See Also

vadpcm_enc

Revision History

1999/04/30 Changed Format