ASR — 1357 Clean (WAV)
Synthetic clean tone sequence encoding digits 1357 (one three five seven). Pair with the noisy twin and transcript JSON for ASR evaluation.
Specifications
- Sample Rate
- 16000
- Bit Depth
- 16
- Channels
- 1
- Digits
- 1357
- Transcript
- one three five seven
- Role
- clean
- Seed
- 804
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.
How to use this file for testing
“ASR — 1357 Clean (WAV)” is a deterministic Novus Examples fixture for ASR testing, Audio analysis. Short synthetic digit/tone utterances with transcript JSON and clean↔noise pairs — for testing ASR loaders, WER harnesses, and audio preprocessing.
Documented properties for this file: seed 804 · clean · 16000 Hz · 16-bit · 1 ch. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.
Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.
Media fixtures are short and synthetic by design. Prefer waveform or transcript ground truth in the same group when measuring ASR, trim, upscale, or sync tools; do not assume broadcast-quality masters.
Run ASR on the clip and score the transcript against the documented ground-truth script; clips are short, synthetic, and read from a fixed word or digit sequence.
Code examples
<audio controls preload="none" src="pin-1357-clean.wav"></audio>Related files
- wavASR — 0123 Clean (WAV)Synthetic clean tone sequence encoding digits 0123 (zero one two three). Pair with the noisy twin and transcript JSON for ASR evaluation.

- wavASR — 0123 Noisy (WAV)Noisy twin of the digit sequence 0123 at ~7 dB SNR. Score ASR against the shared transcript JSON.

- wavASR — 24680 Clean (WAV)Synthetic clean tone sequence encoding digits 24680 (two four six eight zero). Pair with the noisy twin and transcript JSON for ASR evaluation.

- wavASR — 24680 Noisy (WAV)Noisy twin of the digit sequence 24680 at ~7 dB SNR. Score ASR against the shared transcript JSON.

- wavASR — 4567 Clean (WAV)Synthetic clean tone sequence encoding digits 4567 (four five six seven). Pair with the noisy twin and transcript JSON for ASR evaluation.

- wavASR — 4567 Noisy (WAV)Noisy twin of the digit sequence 4567 at ~7 dB SNR. Score ASR against the shared transcript JSON.

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