GSM to SOU Converter

Transform GSM telephony speech into raw SOU PCM audio

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

Simple Raw Audio

Convert GSM telephony speech to SOU — raw 8-bit PCM data with no headers, ideal for embedded systems and basic audio processing.

Near-Instant

Both GSM and SOU are tiny formats. Your telephony speech converts to raw PCM in moments.

Secure Conversion

All GSM uploads are erased after processing. SOU results are cleaned from servers within 24 hours.

How to convert GSM to SOU

1

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

2

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

3

Let the file convert and you can download your sou file right afterwards

About formats

GSM 06.10 (Full Rate) is the foundational speech codec of the Global System for Mobile Communications standard, ratified by ETSI in 1991 and deployed across hundreds of cellular networks worldwide. Operating at a fixed 13 kbit/s, the algorithm applies Regular Pulse Excitation with Long-Term Prediction (RPE-LTP) to compress 20 ms frames of 8 kHz mono speech into just 33 bytes each. This approach models the vocal tract as a linear predictive filter, encodes the excitation signal, and leverages pitch periodicity for further reduction — tuned to deliver intelligible voice under the bandwidth constraints of early digital mobile channels. The codec powers not only GSM telephony but also many VoIP applications, voicemail systems, and IVR platforms that benefit from its low bitrate. Three concrete advantages stand out. First, extraordinary compression: one minute of speech fits in roughly 100 KB, enabling efficient storage and transmission. Second, universal tooling — libraries such as libgsm and SoX handle encoding and decoding on every major platform. Third, a royalty-free patent landscape that has encouraged adoption across open-source telephony projects like Asterisk and FreeSWITCH.
Initial release: 1991
SOU is a raw audio format designation that functions as an alias for unsigned 8-bit PCM data (u8) in the SoX audio processing framework. Files with the .sou extension contain headerless, uncompressed audio samples stored as unsigned 8-bit integers — each byte represents a single amplitude value from 0 to 255, with 128 as the silence midpoint. Because there is no header, playback parameters such as sample rate and channel count must be specified externally. The default assumption is typically mono at 8000 Hz, though the data can represent any rate the recording hardware supported. The u8 encoding that SOU aliases is one of the simplest possible digital audio representations, predating structured audio containers like WAV and AIFF. Raw unsigned PCM was commonly produced by early sound cards and digitizers in the late 1980s and early 1990s, when storage constraints and limited processing power made headerless formats a practical choice. One advantage is absolute simplicity: SOU files can be read by any program capable of basic file I/O, with no parsing of container structures or metadata decoding required — useful for embedded systems, hardware diagnostics, and educational contexts where audio fundamentals are being explored. The format's minimal overhead also means that conversion to any modern container is lossless and instantaneous, since the raw PCM samples can be wrapped in a WAV or AIFF header without any transcoding.
Developer: SoX Contributors
Initial release: 1991

Frequently Asked Questions

What is SOU?

SOU is an 8-bit unsigned integer PCM raw audio format — a headerless container for basic sound data storage and processing.

Why convert GSM to SOU?

SOU is useful for simple audio processing pipelines, embedded systems, and scenarios requiring raw unsigned PCM data without container overhead.

How do I open SOU files?

Use SoX or Audacity with raw import settings (specify sample rate and format manually) to open and play SOU audio data.

Is SOU similar to FSSD?

Yes. Both are 8-bit unsigned PCM raw formats. They differ primarily in naming convention rather than technical specification.

Is the conversion private?

GSM uploads are deleted immediately after conversion. SOU outputs are removed from servers within 24 hours.