i6_core.datasets.ljspeech

class i6_core.datasets.ljspeech.DownloadLJSpeechCorpusJob(*args, **kwargs)

Downloads, checks and extracts the LJSpeech corpus.

run()
tasks()
Returns:

yields Task’s

Return type:

list[sisyphus.task.Task]

class i6_core.datasets.ljspeech.LJSpeechCreateBlissCorpusJob(*args, **kwargs)

Generate a Bliss xml from the downloaded LJspeech dataset

Parameters:
  • metadata (Path) – path to metadata.csv

  • audio_folder (Path) – path to the wavs folder

  • name – overwrite default corpus name

run()
tasks()
Returns:

yields Task’s

Return type:

list[sisyphus.task.Task]