Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

Implementation:Speechbrain Speechbrain Prepare Switchboard Root

From Leeroopedia


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

Overview

Variant copy of the Switchboard data preparation script located at the recipe root level. This file is identical to the canonical version used in the seq2seq ASR recipe.

Canonical Page

See Implementation:Speechbrain_Speechbrain_Prepare_Switchboard for full documentation.

Code Reference

Source Location

Signature

def prepare_switchboard(
    data_folder,
    save_folder,
    splits=None,
    split_ratio=None,
    merge_lst=None,
    merge_name=None,
    skip_prep=False,
    add_fisher_corpus=False,
    max_utt=300,
):

Import

from switchboard_prepare import prepare_switchboard

Related Pages

Page Connections

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