SPX to FSSD Converter

Decode Speex speech into FSSD raw PCM audio format

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

Raw PCM Output

Extract raw 8-bit PCM audio from your Speex recordings — ideal for embedded systems and low-level audio processing.

Instant Conversion

Both formats are lightweight. SPX to FSSD conversion completes in seconds.

Secure Processing

SPX uploads are erased after processing. FSSD files are deleted from servers within 24 hours.

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

Speex is an open-source audio codec purpose-built for speech compression, developed by Jean-Marc Valin under the Xiph.Org Foundation. First released in October 2002, it targets voice-over-IP, conferencing, and any scenario where spoken word needs to travel efficiently over a network. SPX files wrap Speex-encoded audio inside an Ogg container, pairing the codec's speech optimization with Ogg's streaming capabilities. Three sampling rates are supported — narrowband at 8 kHz, wideband at 16 kHz, and ultra-wideband at 32 kHz — along with variable bitrate encoding that adapts in real time to speech complexity. A standout advantage is its patent-free, BSD-licensed nature, which allowed developers to embed it freely in both commercial and open-source products. Speex also bundles acoustic echo cancellation, noise suppression, and automatic gain control, features that rival codecs typically delegate to external libraries. Although its creators officially recommend Opus) as a successor since 2012, Speex remains deployed in legacy VoIP systems, archived recordings, and embedded devices where its lightweight decoder footprint is still valued.
Initial release: October 15, 2002
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

Why convert SPX to FSSD?

FSSD stores simple 8-bit PCM audio — useful for embedded systems, retro computing, and audio processing pipelines needing raw data.

What is FSSD?

FSSD is an 8-bit unsigned integer PCM raw audio format — no headers, no metadata, just raw sample data.

What plays FSSD files?

SOX, Audacity (via raw import), and custom audio processing tools can read FSSD data with the correct parameters.

Is 8-bit quality sufficient?

For voice, 8-bit provides intelligible speech. It lacks the fidelity for music but handles spoken content adequately.

Is it free?

Yes — SPX to FSSD conversion is free on convertio.co.