Melody — C Major Scale (WAV)
A two-second melody playing an ascending C-major scale (C4 to C5) with per-note envelopes — a simple musical signal for testing pitch detection, onset detection, and playback.
Specifications
- Sample Rate
- 44100 Hz
- Bit Depth
- 16
- Channels
- 1
- Notes
- C4→C5 (major scale)
- Duration Sec
- 2
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="melody-scale.wav"></audio>Related files
- wavClipped Tone — intentionally clipped (WAV)A 440 Hz tone driven past full scale and hard-clipped so its peaks are flat-topped — an intentionally clipped signal for testing clip and true-peak detection, distortion metering, and de-clipping tools.

- wavDigital Silence (2s WAV)Two seconds of true digital silence (all-zero samples) — a fixture for testing silence detection, auto-trim thresholds, and noise-floor handling.

- wavNotification Chime (WAV)A short four-note notification chime (a C-major arpeggio with a decaying final note) — a pleasant, recognisable UI sound for testing playback, short-clip handling, and notification pipelines.

- wav1 kHz Sine ToneA pure 1000 Hz sine tone, 3 seconds, 16-bit 44.1 kHz mono — a clean reference signal for level metering, spectrum analysis, and waveform rendering.

- wav1 kHz Tone @ 16000 Hz Sample Rate (WAV)A 1 kHz sine tone sampled at 16000 Hz — part of a sample-rate ladder (8/16/44.1/48/96 kHz) of the identical tone, for testing resampling, sample-rate detection, and aliasing.

- wav1 kHz Tone @ 44100 Hz Sample Rate (WAV)A 1 kHz sine tone sampled at 44100 Hz — part of a sample-rate ladder (8/16/44.1/48/96 kHz) of the identical tone, for testing resampling, sample-rate detection, and aliasing.

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