WAV audio format

intro

Sound

sound physics

Digital sound

PCM sound in computer (linux)

WAV

RIFF

Root chunk

Format chunk

Data chunk

Implementation

encoder/decoder

Audio player

sound player w SDL audio backend

In this article we have omitted proper errors handling to keep the code short, please see the full source code available on GitHub for more details.

References