Implementation:Speechbrain Speechbrain Prepare Voicebank MTL
Appearance
| 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
- Repository: SpeechBrain
- File: recipes/Voicebank/MTL/ASR_enhance/voicebank_prepare.py
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