VOC to AU Converter

Convert Sound Blaster VOC recordings to Sun AU audio

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

Unix Standard

AU is the native audio format for Sun/NeXT systems. Converting VOC to AU gives your audio a home in Unix and research environments.

Web Conversion

No SoX commands or Unix terminals needed. Convert your VOC recordings to AU directly in the browser on any platform.

Confidential Handling

Uploaded VOC files are deleted right after processing. AU outputs are removed within 24 hours for your security.

How to convert VOC to AU

1

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

2

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

3

Let the file convert and you can download your au 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
AU is an audio file format introduced by Sun Microsystems for its Unix workstations and the NeXT platform. It features a minimal 24-byte header specifying data offset, size, encoding type, sample rate, and channel count, followed by the audio payload. AU supports numerous encodings, including uncompressed linear PCM at various bit depths, mu-law and A-law companding (logarithmic compression used in telephone systems), and several ADPCM variants. This versatility made AU a workhorse across early Unix environments, web audio (Java applets defaulted to AU), and telephony applications. One advantage is simplicity: the compact header and straightforward structure make it trivial to parse, generate, and stream programmatically. The built-in mu-law option provides another benefit, delivering reasonable voice quality at just 8 KB per second — half the rate of 16-bit uncompressed audio — invaluable when storage and bandwidth were scarce. Although modern formats have largely supplanted AU in consumer applications, it retains a foothold in scientific computing and audio processing pipelines where minimal overhead and reliable cross-platform behavior are valued.
Developer: Sun Microsystems
Initial release: 1992

Frequently Asked Questions

Why convert VOC to AU?

AU is the native audio format of Sun Microsystems and NeXT systems. Common in Unix environments, academic research, and Java audio applications.

What can open AU files?

Audacity, VLC, SoX, and Java audio APIs handle AU natively. Most Unix and Linux systems include built-in AU playback support.

What is the AU format?

AU is an audio file format by Sun Microsystems for Unix systems. It stores PCM, mu-law, or A-law encoded audio with a simple header.

Is AU the same as SND?

They are closely related. SND is sometimes used interchangeably with AU, particularly on NeXT systems.

Does Java support AU?

Yes. The javax.sound API natively reads and writes AU files, making it a standard format for Java audio programming.