- Home
- Services & Support
- Downloads
- Helpweb
- Dialogic API information
- Find a Dialogic API
- DM3 & JCT Media Boards
- Host Media Processing (HMP)
- Global Call API
- Brooktrout Fax
- IP Media Server
- CSP / MSP / IMG
- DMG-series Media Gateways
- Signaling products
- Global Call API
- Multimedia Platform for ATCA
- Diva Media Boards
- Diva SDK
- Diva Client
- Eiconcards (X.25)
- Other products
- Online Training
- Manuals
- Contact
Dialogic Support Helpweb
Dialogic® Diva® SDK
Using DivaConv to convert audio files
The DivaConv utility (part of the Diva SDK) can be used to translate audio files between different audio formats,
e.g. VOX ADPCM to WAV. It is a command line utility.
Examples:
1. Take a WAV file and convert it to 4-bit ADPCM, VOX format
Examples:
1. Take a WAV file and convert it to 4-bit ADPCM, VOX format
divaconv prompt.wav prompt.vox -oADPCM2. Convert a WAV file to raw A-law
divaconv prompt.wav prompt.raw -oALAW3. Convert a raw A-law file to WAV PCM-8
divaconv prompt.raw -wav -iALAW -oPCM84. Batch mode - convert all WAV files to VOX equivalents
divaconv *.wav -vox


