Initializing... drag & drop files here
Supports: VOC
VOC (Creative Voice) is Creative Labs' audio format from the Sound Blaster era — originally 8-bit unsigned PCM, later extended to 16-bit PCM, ADPCM, A-law, and μ-law. It dominated DOS-era gaming (id Software, LucasArts, Sierra) but was effectively replaced by RIFF WAVE when Windows took over in the mid-1990s. AC3 (Dolby Digital) was released in February 1991 and became the audio standard for DVD-Video, ATSC digital television, and many Blu-ray titles. Converting VOC → AC3 makes legacy Sound Blaster audio playable in modern multimedia toolchains. Common reasons:
| Property | VOC (Creative Voice) | AC3 (Dolby Digital) |
|---|---|---|
| Origin | Creative Labs, late 1980s — Sound Blaster | Dolby Laboratories, released February 1991 |
| Compression | Uncompressed PCM (most files); also ADPCM, A-law, μ-law | Lossy perceptual coding (modified DCT) |
| Bit depth | 8-bit original, later extended to 16-bit | N/A (encoded bitstream) |
| Sample rates | Variable; typically 8-44.1 kHz | 32, 44.1, 48 kHz |
| Bitrate range | ~64 kbps (8-bit/8 kHz mono) to ~1.4 Mbps (16-bit/44.1 kHz stereo) | 32-640 kbps |
| Channels | Mono, stereo | Mono (1.0), stereo (2.0), up to 5.1 surround |
| Primary use | DOS-era game audio, Sound Blaster captures | DVD-Video, Blu-ray, ATSC digital TV, home theater |
| Modern playback | FFmpeg, VLC, Audacity; little native OS support | Every AV receiver, HDTV, DVD/Blu-ray player, modern OS |
| Bitrate | Use case | Notes |
|---|---|---|
| 96 kbps | Mono dialogue, low-priority audio | Audible compression artifacts |
| 128 kbps | Stereo voice, podcasts in AC3 | Acceptable for speech |
| 192 kbps | Stereo music and dialogue | Common DVD stereo soundtrack |
| 256 kbps | Higher-quality stereo | Often used for film stereo mixes |
| 384 kbps | DVD 5.1 surround | Common Dolby Digital 5.1 rate |
| 448 kbps | DVD-Video maximum | Highest AC3 rate the DVD spec allows |
| 640 kbps | Blu-ray / broadcast maximum | Highest AC3 rate the codec spec allows |
AC3 is the right target when your downstream tool expects Dolby Digital — DVD authoring software, DVD/Blu-ray players, AV receivers, ATSC broadcast workflows. For general playback or editing, VOC to WAV is usually more useful because WAV is lossless PCM and editor-friendly. For sharing or mobile listening, VOC to MP3 is the smaller, more universal pick. Convert to AC3 specifically when the destination requires AC3.
For stereo source (most VOCs), 192 kbps is a good general-purpose choice and matches typical DVD stereo soundtracks. For mono dialogue or low-fidelity 8-bit VOC source, 128 kbps is plenty. If you're authoring DVD-Video with 5.1 surround content, 384 kbps is the common Dolby Digital 5.1 rate and 448 kbps is the DVD-Video maximum. Bluray content can go up to 640 kbps. Going higher than the source quality warrants is wasted bits — AC3 at 256 kbps from an 8-bit/22 kHz VOC is already far above the source's information content.
Not without separately authoring the surround mix. AC3 is a container that can carry up to 5.1 discrete channels, but if your source VOC has one mono channel, the output AC3 has one mono channel (or stereo with both channels identical). To get true 5.1 you'd need separate stems (music, dialogue, SFX) mixed in a DAW with surround panning, then encoded — not a single-file conversion.
The lossy AC3 encoder is designed for modern wide-band audio. Old 8-bit / 22 kHz VOCs already have a quantization floor and bandwidth limit much lower than AC3 can resolve, so AC3 at 192 kbps is effectively transparent — the artifacts you might hear are from the original VOC, not from the AC3 encoder. If absolute fidelity matters, convert to WAV (lossless PCM) first; if you specifically need AC3, 192+ kbps adds no audible loss.
Most VOC files today come from three sources: (1) extracted assets from DOS games (often inside .STM, .GOB, or proprietary archives — extracted with tools like Game Audio Player, ScummVM extractors, or game-specific dumpers); (2) DOSBox audio captures (Ctrl+F6 records the mixed output to WAV, but some tools save raw streams as VOC); (3) original 1990s Sound Blaster recordings preserved by hobbyists. AC3 is the natural target if you want to re-use this audio in DVD-era video projects.
Audacity, FFmpeg, foobar2000 (with plugins), VLC, and SoX all read VOC. Native OS support is essentially gone — Windows, macOS, and most Linux media players will not play a .voc file in a double-click. Converting to AC3 (or WAV/MP3) is usually the right move before sharing or embedding the audio elsewhere.
Yes. Drop the whole folder in at once; each file converts with the same settings and downloads individually or as a single ZIP. Useful when you've extracted hundreds of sound effects from a DOS game and want them all as AC3 (or any modern format) for a documentary, montage, or fan project.
Yes. Use the Trim section to enter a start time and duration. Both accept seconds (e.g., 12.5) or HH:MM:SS.sss format (00:00:08.500). Useful for isolating a single sound effect from a longer VOC capture or pulling a music loop out of a game soundtrack rip.
Yes. AC3 (Dolby Digital) is the audio codec mandated by the DVD-Video spec, supported by every DVD/Blu-ray player and AV receiver. The xconvert output uses standard ATSC A/52 AC3 — same bitstream every DVD player expects. If you're authoring a DVD, set the bitrate to 192-448 kbps and the sample rate to 48 kHz (the DVD-Video standard).