AI Briefing
KO

noisekit released for ASR testing

·2026.05.27 22:06

Key point

It's a CLI tool that converts clean speech data into noisy data resembling real call environments to test ASR performance.

Details

When testing ASR (Automatic Speech Recognition) models in real-world environments, this tool bridges the gap between clean datasets (FLEURS, CommonVoice, etc.) and real production environments mixed with noise.

noisekit applies various degradations to existing annotated clean datasets, generating noisy datasets while preserving the same annotations. This allows you to instantly calculate WER (Word Error Rate) across various environments without any additional labeling.

Key features provided:

  • telecom: Implements real phone call environments by applying G.711 narrowband, 8-bit BitCrush, and low-bitrate MP3
  • noise: Mixes ambient noise using MUSAN and others
  • reverb: Reverb effects simulating far-field microphone environments
  • low_bitrate / clipping: Reproduces low-bitrate compression and microphone saturation phenomena

The output is compatible with the HuggingFace AudioFolder format and can be loaded as a dataset immediately, with PESQ, SNR, and NISQA scores provided together via metadata.jsonl for analyzing quality correlations.

This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.

Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.