Jump to content

Connect Leeroopedia MCP: Equip your AI agents to search best practices, build plans, verify code, diagnose failures, and look up hyperparameter defaults.

Implementation:Speechbrain Speechbrain Prepare RescueSpeech Root

From Leeroopedia


Knowledge Sources
Domains Speech_Enhancement, Data_Preparation
Last Updated 2026-02-09 00:00 GMT

Overview

Variant copy of the RescueSpeech data preparation script located at the recipe root level. This file is identical to the canonical version used in the noise-robust ASR recipe.

Canonical Page

See Implementation:Speechbrain_Speechbrain_Prepare_RescueSpeech for full documentation.

Code Reference

Source Location

Signature

def prepare_RescueSpeech(
    data_folder,
    save_folder,
    train_tsv_file=None,
    dev_tsv_file=None,
    test_tsv_file=None,
    accented_letters=False,
    skip_prep=False,
    sample_rate=16000,
    task="asr",
):

Import

from rescuespeech_prepare import prepare_RescueSpeech

Related Pages

Page Connections

Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment