1 kHz Tone @ 48000 Hz Sample Rate (WAV)
A 1 kHz sine tone sampled at 48000 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.
Specifications
- Sample Rate
- 48000 Hz
- Bit Depth
- 16
- Channels
- 1
- Frequency
- 1000 Hz
- 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="1khz-48k.wav"></audio>Related files
- wav440 Hz Tone @ 16-bit (WAV)A 440 Hz sine tone stored as 16-bit PCM — part of a bit-depth ladder (8/16/24-bit) of the identical tone, for testing bit-depth conversion, dithering, and quantisation-noise handling.

- wav440 Hz Tone @ 24-bit (WAV)A 440 Hz sine tone stored as 24-bit PCM — part of a bit-depth ladder (8/16/24-bit) of the identical tone, for testing bit-depth conversion, dithering, and quantisation-noise handling.

- wav440 Hz Tone @ 8-bit (WAV)A 440 Hz sine tone stored as 8-bit PCM — part of a bit-depth ladder (8/16/24-bit) of the identical tone, for testing bit-depth conversion, dithering, and quantisation-noise handling.

- aacAAC — ADTSThe clip as raw AAC in an ADTS stream — the codec behind most streaming and mobile audio. For testing AAC decoders and remux into MP4.

- ac3AC-3 — Dolby DigitalThe clip as AC-3 (Dolby Digital) — the multichannel codec used in DVD/broadcast. Rendered here in stereo; for testing AC-3 decoding and conversion.

- aiffAIFF — 1 kHz Sine ToneA pure 1 kHz sine tone stored as AIFF — Apple's big-endian 16-bit PCM container, 3 seconds, 44.1 kHz mono. A clean reference for testing AIFF decoders and WAV↔AIFF conversion.

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