cmuarctic_dataset.RdCreate a Dataset for CMU_ARCTIC.
cmuarctic_dataset(
root,
url = "aew",
folder_in_archive = "ARCTIC",
download = FALSE
)(str): Path to the directory where the dataset is found or downloaded.
(str, optional): The URL to download the dataset from or the type of the dataset to dowload.
(default: "aew")
Allowed type values are "aew", "ahw", "aup", "awb", "axb", "bdl",
"clb", "eey", "fem", "gka", "jmk", "ksp", "ljm", "lnh",
"rms", "rxr", "slp" or "slt".
(str, optional): The top-level directory of the dataset. (default: "ARCTIC")
(bool, optional): Whether to download the dataset if it is not found at root path. (default: FALSE).
a torch::dataset()