VOX to AU Converter

Convert Dialogic VOX 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

Telephony to Unix

Bridge Dialogic telephony and the Unix audio ecosystem. AU is the native format for Sun/NeXT and Java applications.

Web Conversion

No SoX or Unix terminal needed. Convert VOX to AU directly in your browser.

Secure Processing

Telephony recordings need privacy. Uploaded VOX files are deleted immediately, AU outputs within 24 hours.

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

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
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 VOX to AU?

AU is the native Unix audio format. Converting VOX enables working with telephony audio in Unix-based research and development.

What can open AU files?

Audacity, VLC, SoX, Java audio APIs, and most Unix/Linux systems handle AU natively.

Is AU suitable for telephony?

AU supports mu-law encoding, which is the telephony standard. Converting VOX to AU mu-law preserves the telephony character.

Does Java support AU?

Yes. The javax.sound API reads and writes AU natively — ideal for Java-based telephony applications.

Can I use AU on Linux?

AU is native to Unix/Linux. Most Linux audio tools handle it without additional configuration.