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 Voicebank MTL

From Leeroopedia


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

Overview

Variant copy of the Voicebank data preparation script located in the MTL (Multi-Task Learning) ASR+Enhancement recipe directory. This file is identical to the canonical version used in the CTC ASR recipe.

Canonical Page

See Implementation:Speechbrain_Speechbrain_Prepare_Voicebank_CTC for full documentation.

Code Reference

Source Location

Signature

def prepare_voicebank(
    data_folder, save_folder, valid_speaker_count=2, skip_prep=False
):

Import

from voicebank_prepare import prepare_voicebank

Related Pages

Page Connections

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