-
Notifications
You must be signed in to change notification settings - Fork 741
Closed
Labels
Description
🚀 Feature
As for now, there is no such dataset in torchaudio.datasets.
More information about it can be found on official website: http://www.festvox.org/cmu_arctic/
List of all available speakers: http://www.festvox.org/cmu_arctic/packed/
Motivation
This dataset can be useful in some tasks (learning a voice embedding, voice cloning, TTS, STT).
It's rather small, so can be applicable for research purposes.
Pitch
from torchaudio.datasets import CMU_ARCTIC works.
If it's OK, I can work on this next week.
tomassosorio