MAGIC-TTS: Fine-Grained Controllable Speech Synthesis with Explicit Local Duration and Pause Control
Paper • 2604.21164 • Published
Error code: ClientConnectionError
This release contains the high-confidence b150 training split used by MAGIC-TTS,
with standalone MFA word-level alignments distributed separately from prepared Arrow
artifacts.
Related links:
Stats:
20198678363123623Files:
selected_samples.exported.jsonl: manifest with sample_id, utt_id, language, audio_path, duration, and target_textraw_audio_en.tar.part-*: split English raw audio bundleraw_audio_zh.tar.part-*: split Chinese raw audio bundlemfa_sidecars.tar.part-*: split standalone MFA word-level alignments with relative audio_path, ready to be reused during local dataset preparationNotes:
cat raw_audio_en.tar.part-* > raw_audio_en.tar
cat raw_audio_zh.tar.part-* > raw_audio_zh.tar
cat mfa_sidecars.tar.part-* > mfa_sidecars.tar
mkdir -p raw
tar -xf raw_audio_en.tar -C raw
tar -xf raw_audio_zh.tar -C raw
tar -xf mfa_sidecars.tar
raw/audio/... and mfa_sidecars/....