VOC to CVU Converter

Encode Sound Blaster VOC 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 Audio

CVU stores delta-modulated voice in unsigned format — exactly what certain telecom hardware and DSP pipelines expect from VOC sources.

Web-Based Tool

No SoX installation or scripting required. Convert your VOC files to CVU directly in the browser.

Rapid Encoding

Delta modulation is lightweight. Your VOC to CVU conversion finishes almost instantly.

How to convert VOC 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

VOC (Creative Voice) is a digital audio container developed by Creative Technology and introduced alongside the original Sound Blaster card in 1989. It served as the native audio format for the Sound Blaster family during the DOS era, when Creative's hardware dominated PC audio. VOC files are block-based: each file consists of typed data blocks that can carry 8-bit unsigned PCM, 4-bit and 2.6-bit Creative ADPCM, 16-bit signed PCM, as well as A-law and mu-law encoded audio. This block structure also supports silence intervals, repeat loops, and marker points, giving game developers fine-grained control over sound playback. A notable advantage was hardware-level decoding — Sound Blaster cards could play VOC data directly via DMA transfer, freeing the CPU for other tasks in an era when processor cycles were precious. The format saw extensive use in DOS games from id Software, Sierra, and LucasArts. With the rise of Windows and the WAV format, VOC gradually fell out of mainstream use, yet it remains important for retro gaming preservation and for anyone working with vintage PC audio archives.
Initial release: 1989
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 VOC to CVU?

CVU is an unsigned variant of CVSD delta modulation. It serves specialized voice processing systems requiring unsigned sample representation.

What can open CVU files?

SoX handles CVU files for processing and conversion. The format is specific to certain telephony and signal processing workflows.

What is CVU?

CVU is the unsigned variant of CVSD encoding. It stores delta-modulated voice using unsigned sample values for specific hardware requirements.

How does CVU differ from CVSD?

CVU uses unsigned values while standard CVSD uses signed representation. The choice depends on the receiving hardware or software expectations.

Can I play CVU files?

SoX is the standard tool for CVU playback and processing. Convert to WAV or MP3 for listening on regular media players.