HCOM to FSSD Converter

Re-encode HCOM audio as FSSD raw PCM format

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

Raw PCM Output

Convert HCOM compressed audio into FSSD raw PCM — ready for embedded systems and applications that need headerless audio data.

Fast Processing

Both formats are compact. The HCOM to FSSD conversion finishes in seconds on our servers.

Files Auto-Cleaned

HCOM uploads are deleted after processing. FSSD results are removed within 24 hours from our servers.

How to convert HCOM to FSSD

1

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

2

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

3

Let the file convert and you can download your fssd 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
FSSD is a raw audio format that originated in the classic Macintosh ecosystem, where Farallon Computing's MacRecorder hardware (1988) stored digitized sound as unsigned 8-bit PCM in resource fork entries tagged with the 'FSSD' type code. In modern audio processing tools such as SoX, FSSD is treated as an alias for the u8 (unsigned 8-bit) raw format — headerless files containing a flat stream of single-byte amplitude samples, where each value from 0 to 255 represents an audio level with 128 as the center point. Because there is no header, playback parameters like sample rate and channel count must be provided externally. The original MacRecorder typically captured at rates up to 22 kHz in mono, though any sample rate is valid when interpreting the raw data. FSSD and its compressed companion format HCOM (which adds Huffman compression to the same underlying data) were the standard audio formats for early Mac multimedia: HyperCard stacks, educational CD-ROMs, and system alert sounds of the late 1980s and early 1990s relied heavily on this encoding. One advantage of the raw FSSD format is trivial parseability — with no container overhead, the audio data begins at byte zero and can be read by any tool capable of processing unsigned 8-bit PCM. The format's historical significance also makes it practically relevant for digital archivists: converting FSSD recordings to modern containers like WAV preserves the original audio content losslessly, since the raw samples only need a header prepended, not any form of transcoding.
Developer: Farallon Computing
Initial release: 1988

Frequently Asked Questions

What is FSSD?

FSSD stores 8-bit unsigned integer PCM audio as raw data. It is a headerless format used in simple audio playback systems.

Why convert HCOM to FSSD?

FSSD is useful for embedded systems and applications that need raw PCM data without headers or container overhead.

Is FSSD the same as raw PCM?

Essentially yes. FSSD is 8-bit unsigned PCM stored as raw bytes — the simplest possible digital audio representation.

What plays FSSD?

SOX, Audacity (with import raw data), and embedded system tools that expect raw PCM input can work with FSSD files.

How large are FSSD files?

FSSD is uncompressed raw audio. File size depends on sample rate and duration — larger than compressed HCOM but simple to process.