Skip to content
Novus Examples
wav3 MB

5.1 Surround Channel Identification (WAV, 6ch)

A six-channel 5.1 surround WAV that plays a 1-second tone in each channel in turn, in the standard WAV order (FL, FR, C, LFE, SL, SR). A fixture for testing multichannel decoding, downmixing, and channel-order handling.

Specifications

Sample Rate
44100 Hz
Bit Depth
16
Channels
6
Channel Order
FL, FR, C, LFE, SL, SR
Note
a 1 s tone plays in each channel in turn

What is a .wav file?

WAV (Waveform Audio) is a RIFF-based container that typically holds uncompressed linear PCM audio, though it can wrap other codecs. Because samples are stored raw, files are large but lossless and simple to read, with configurable sample rate, bit depth, and channel count. It is the standard format for high-fidelity and intermediate audio.

How to use this file

Use an example WAV to test PCM decoding, sample-rate and bit-depth handling, waveform rendering, and audio pipelines that need a lossless reference source.

Code examples

<audio controls preload="none" src="surround-5.1.wav"></audio>

Generated by generation/audio_realistic.py. Free for any use, no attribution required — license.