All specs
EBU / Microsoft RIFF WAVEEcmaMust KnowTelecomProduct

WAVE Audio File Format (WAV/RIFF)

Telephony & VoIP·Ecma International
WHY YOU NEED THIS

WAV is the universal file format for call recordings, IVR prompts, voicemail exports, and PSTN debug captures. Every telephony platform (Twilio, Asterisk, FreeSWITCH) reads and writes WAV-wrapped G.711.

What It Defines

RIFF container with `RIFF`/`WAVE` magic, `fmt` chunk (codec ID, sample rate, channels, bit depth), and `data` chunk of PCM or compressed audio. Standard envelope for G.711 A-law/μ-law (format tag 6/7), G.722, and linear PCM recordings. MIME type: `audio/wav`, `audio/wave`.

Canonical (Normative)

Convenient (Practical)

wavwaveriffpcmg711recordingvoicemailtelephony
Standards Body
Ecma International

Publishes the ECMAScript (JavaScript) language specification and related standards. TC39 is the committee responsible for ECMAScript evolution.

Visit

Related Specs

ITU-T G.711ITU-TShould Know

G.711

G.711 is the common denominator of telephony. Every PSTN gateway and legacy SIP trunk speaks G.711. When codec negotiation fails and you're left with 64 kbps PCM, this is why.

TelecomTelephony & VoIP
Details
ITU-T G.722ITU-TNiche

G.722

G.722 is the standard for HD voice in SIP and enterprise telephony. When you enable 'HD Voice' on a SIP trunk, G.722 is typically what's negotiated. Essential for enterprise UC deployments.

TelecomTelephony & VoIP
Details
IANAMust Know

File Formats

Every upload, download, attachment, and asset pipeline crosses these layers. Misunderstanding header vs envelope causes MIME spoofing bugs, parser differentials, and broken file validation. Start here before diving into individual format specs.

ProductData Formats
Details
ETSI GSM 06.10ETSINiche

GSM-FR

Legacy GSM voice and older Asterisk/voicemail systems still produce `.gsm` files. Distinct from the GSM cellular network spec — this is the audio codec bitstream format.

TelecomTelephony & VoIP
Details
Xiph FLACW3CNiche

FLAC

FLAC is the standard lossless audio format for archival and audiophile distribution. Metadata block chain is a clean example of typed extensible headers.

ProductMedia Delivery
Details