Sample WAV audio files

WAV is an audio file format for storing audio information in uncompressed form. Data is stored without loss of information, so the files are larger. Below are test music files available for download with no license restrictions.

3 seconds of test music composition
500 Kb
6 seconds of test music composition
1 Mb
9 seconds of synth melody using drums
1 Mb
12 seconds of test music using drums
2 Mb
19 seconds of beautiful synth melody for tests
3 Mb

🧠 How WAV Works

WAV stores audio uncompressed — raw samples (PCM). Quality is perfect but files are large. The format is based on the RIFF container: a header describes the parameters, followed by the data. File size = sample rate × bit depth × channels × duration.

🎵 RIFF container + type WAVE ⚙️ fmt sample rate, channels bit depth 📀 data raw samples PCM (uncompressed) main volume 📝 LIST/INFO metadata (optional) 💾 .wav final file