SDK: Convert audio files - DivaConv
The DivaConv utility (part of the SDK) can be used to translate audio files between different audio formats, e.g. VOX ADPCM to WAV. It is a command line utility.
NOTE
Divaconv was accidentally left out of the build for SDK 3.5.
 Examples:
Take a WAV file and convert it to 4-bit ADPCM, VOX format
divaconv prompt.wav prompt.vox -oADPCM
Convert a WAV file to raw Alaw
divaconv prompt.wav prompt.raw -oALAW
Convert a raw Alaw file to WAV PCM-8
divaconv prompt.raw -wav -iALAW -oPCM8
Batch mode - convert all WAV files to VOX equivalents