VOX to CVU Converter

Encode Dialogic VOX as CVU unsigned delta audio

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Unsigned Delta Output

CVU provides unsigned delta modulation — matching what specific telecom hardware expects from voice data.

Web-Based

No SoX or DSP tools needed. Convert VOX to CVU directly in the browser.

Instant Results

Both formats are lightweight. Conversion finishes almost instantly.

How to convert VOX to CVU

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose cvu or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your cvu file right afterwards

About formats

VOX is a headerless audio format built around Dialogic ADPCM encoding, widely adopted in telephony, interactive voice response (IVR) systems, and voice mail platforms since the 1980s. Each audio sample is compressed into 4 bits using an algorithm developed by Oki Electric and implemented in hardware on Dialogic Corporation's telephony interface cards. VOX files typically use a sampling rate of 6000 or 8000 Hz, producing extremely compact recordings optimized for speech intelligibility rather than musical fidelity. Because the format carries no header, playback software must know the sample rate and encoding parameters in advance — a trade-off that reduces overhead but demands careful file management. The primary advantage of VOX is storage efficiency: a one-minute voice recording at 8 kHz occupies roughly 240 KB, making it practical for systems storing thousands of prompts. Dialogic ADPCM conforms to the ITU-T G.726 standard, ensuring interoperability across telephony equipment from different vendors. Even as modern call centers migrate to IP-based systems with codecs like Opus, vast libraries of VOX recordings persist in legacy IVR deployments and compliance archives worldwide.
Initial release: 1983
CVU is an unsigned variant of the CVS telephony audio format, differing in how delta-encoded values are represented in the binary stream. While CVS stores slope delta values as signed quantities, CVU treats them as unsigned, shifting the numerical interpretation of each sample. Both share the underlying CVSD modulation technique — 1-bit adaptive delta coding where step size varies according to recent output bit patterns — operating at comparable rates, typically 16 kbps for narrowband voice at 8 kHz. The signed-versus-unsigned distinction matters at the decoder, where correct interpretation determines proper waveform reconstruction. CVU files appear in telephony and embedded communication contexts where hardware adopted the unsigned convention. A practical advantage is straightforward interfacing with systems using unsigned arithmetic natively, avoiding sign extension in decoders. Like its signed counterpart, CVU achieves extreme bandwidth efficiency, compressing voice into compact bitstreams for constrained links. SoX supports CVU, providing a reliable path for converting these niche telephony recordings into modern formats for analysis or archival.
Developer: CCITT / ITU-T
Initial release: 1970

Frequently Asked Questions

Why convert VOX to CVU?

CVU is the unsigned CVSD variant for specific hardware that expects unsigned delta samples.

What can open CVU files?

SoX processes CVU files. The format targets specific telephony and DSP hardware.

How does CVU differ from CVSD?

CVU uses unsigned values; CVSD uses signed. The choice depends on your target hardware requirements.

Can I play CVU normally?

Use SoX for playback or convert to WAV/MP3 for standard media players.

Is the conversion quality-preserving?

Both VOX and CVU are voice-grade. The conversion preserves available audio quality.