VOC to SLN Converter

Create Asterisk raw audio from Sound Blaster VOC

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

Asterisk Native

SLN is the format Asterisk PBX uses internally. Converting VOC to SLN creates audio ready for IVR prompts and voicemail greetings.

Hosted Processing

No SoX or Asterisk server needed for the conversion. Create SLN files directly in the browser, then deploy them.

Secure Voice Data

Voice prompts often contain sensitive content. Uploaded files are deleted immediately, outputs purged within 24 hours.

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

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
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 VOC to SLN?

SLN is the raw signed linear format used by Asterisk PBX. Converting VOC produces voice prompts and IVR audio ready for Asterisk systems.

What can open SLN files?

Asterisk PBX loads SLN natively for voice prompts and IVR menus. SoX can also process SLN for analysis and conversion.

What is the SLN format?

SLN is raw signed linear (16-bit) PCM audio without headers. The native internal format of the Asterisk PBX telephone server.

What sample rate does Asterisk need?

Standard Asterisk uses 8 kHz for narrowband and 16 kHz for wideband voice. Check your dialplan for the expected rate.

Can I play SLN on a media player?

SLN has no headers, so most players cannot detect it. Import into Audacity as raw PCM or convert to WAV for general playback.