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:

  1. Take a WAV file and convert it to 4-bit ADPCM, VOX format

divaconv prompt.wav prompt.vox -oADPCM
  1. Convert a WAV file to raw Alaw

divaconv prompt.wav prompt.raw -oALAW
  1. Convert a raw Alaw file to WAV PCM-8

divaconv prompt.raw -wav -iALAW -oPCM8
  1. Batch mode - convert all WAV files to VOX equivalents

Return to Documentation Home I Return to Sangoma Support