HCOM to SLN Converter

Transcode HCOM to Asterisk signed linear audio

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

Asterisk PBX Ready

Convert HCOM into SLN — the native audio format for Asterisk IP telephony systems. Ready for IVR and hold music immediately.

Online Tool

No Asterisk installation needed for conversion. Create SLN files from your browser and upload them to your PBX later.

File Privacy

HCOM uploads are erased after conversion. SLN results are deleted from servers within 24 hours.

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

HCOM is a Huffman-coded audio format from the early Macintosh era, designed to shrink digitized sound for distribution on floppy disks and bulletin board systems when storage was precious and modems were slow. The encoder takes 8-bit unsigned PCM input, computes a frequency table of sample-delta values, and builds an optimal Huffman tree that replaces common deltas with short bit sequences. Compression ratios of 2:1 or better were typical for speech recordings, a meaningful saving when a 3.5-inch floppy held only 800 KB. Files were distributed as Macintosh resource forks and played through utilities like SoundApp and the BinHex ecosystem that defined Mac software exchange in the late 1980s. The format supported sample rates up to 22.255 kHz, matching the output capabilities of original Macintosh sound hardware. Tools such as SoX retain HCOM decoding support, ensuring that archived recordings remain accessible decades later. HCOM holds three practical advantages for preservation work: lossless compression that recovers the original samples exactly, a self-contained Huffman table embedded in each file for dependency-free decoding, and historical prevalence across thousands of vintage Mac sound archives.
Developer: Apple Computer
Initial release: 1985
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

What is SLN?

SLN is Asterisk PBX signed linear format — raw 16-bit signed PCM audio at 8000 Hz, used for IVR prompts and hold music on Asterisk.

Why convert HCOM to SLN?

If you run an Asterisk PBX, SLN is the native audio format. Convert HCOM recordings into SLN for phone system prompts and messages.

What sample rate does SLN use?

Standard SLN uses 8000 Hz mono. Asterisk also supports SLN16 at 16000 Hz for wideband telephony applications.

Is SLN compressed?

No. SLN is raw uncompressed signed linear PCM. This means no decoding overhead when Asterisk plays the audio in real time.

Can I use SLN outside Asterisk?

SLN is raw PCM, so any tool that imports raw audio can read it. However, the format is primarily associated with Asterisk PBX.