- Download noisy speech and save it as
input.wavfor a quickstart. - Download the clean reference for an aligned comparison.
Check the input
Verify the checksums and keep both source files separate from the enhanced output.
Attribution and changes
The source is LibriSpeech test-clean utterance6930-75918-0000, from LibriSpeech: An ASR Corpus Based on Public Domain Audio Books by Vassil Panayotov, Guoguo Chen, Daniel Povey and Sanjeev Khudanpur. OpenSLR SLR12 distributes the corpus under Creative Commons Attribution 4.0 International. These derived fixtures retain that license. No endorsement by the source authors is implied.
Source archive: test-clean.tar.gz; member: LibriSpeech/test-clean/6930/75918/6930-75918-0000.flac. The source FLAC SHA-256 is 9ce35224156f071ab58eb7feb8a5ceae600f6f9f353da2a6cbf797b6b1ac8a23.
Changes made for this example: decoded the FLAC to mono samples, exported PCM16 WAV and created a second version with seeded Gaussian white noise. Noise was scaled to a 12 dB signal-to-noise ratio over the whole clean recording before PCM quantization, using NumPy 2.5.3 default_rng(20260918) and SoundFile 0.13.1. No speech was cut, reordered or transcribed automatically.