Create a Dataset for CMU_ARCTIC.

cmuarctic_dataset(
  root,
  url = "aew",
  folder_in_archive = "ARCTIC",
  download = FALSE
)

Arguments

root

(str): Path to the directory where the dataset is found or downloaded.

url

(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".

folder_in_archive

(str, optional): The top-level directory of the dataset. (default: "ARCTIC")

download

(bool, optional): Whether to download the dataset if it is not found at root path. (default: FALSE).

Value

a torch::dataset()