VOX to SLN Converter

Convert Dialogic VOX to Asterisk SLN raw audio

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

Dialogic to Asterisk

Bridge commercial Dialogic IVR and open-source Asterisk PBX — move voice prompts between telephony platforms.

No Server Needed

Create SLN files without an Asterisk installation. The conversion runs in the browser.

Voice Security

IVR prompts can be sensitive. VOX uploads deleted immediately, SLN outputs within 24 hours.

How to convert VOX to SLN

1

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

2

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

3

Let the file convert and you can download your sln 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
SLN (Signed Linear) is a headerless raw audio format storing 16-bit signed linear PCM samples at 8000 Hz mono, most closely associated with Asterisk — the open-source PBX framework developed by Digium (now Sangoma Technologies). Within Asterisk, SLN serves as the native internal audio representation: every codec transcoding operation passes through signed linear as an intermediate step. This makes SLN the backbone of Asterisk's codec translation architecture. The format contains nothing but raw samples — no headers, no metadata, no framing — so parameters must be known in advance. While this lack of self-description might seem limiting, it is actually an advantage in telephony where sample format is fixed by convention and every overhead byte matters across thousands of simultaneous channels. The 8000 Hz rate aligns with the G.711 standard for traditional telephony, capturing the full 300-3400 Hz voice band. Asterisk also supports extended variants (sln16, sln32, sln48) for wideband audio. SLN files require no decoding — just direct memory mapping — making them ideal for real-time mixing, conferencing, and prompt playback in high-density VoIP environments.
Initial release: 1999

Frequently Asked Questions

Why convert VOX to SLN?

SLN is Asterisk PBX native audio. Converting VOX creates IVR prompts and greetings ready for Asterisk deployment.

What can open SLN files?

Asterisk loads SLN natively. SoX can process SLN for analysis and conversion.

Both VOX and SLN are telephony — why switch?

VOX targets Dialogic hardware; SLN targets Asterisk PBX. Different telephony platforms, different native formats.

What sample rate for Asterisk?

Standard Asterisk uses 8 kHz (slin) for narrowband. Check your dialplan configuration.

Can I play SLN normally?

SLN is headerless raw PCM. Import into Audacity as raw data or convert to WAV for standard playback.