nemo_curator.stages.audio.datasets.file_utils

View as Markdown

Module Contents

Functions

API

nemo_curator.stages.audio.datasets.file_utils.download_file(
source_url: str,
target_directory: str,
verbose: bool = True
) -> str
nemo_curator.stages.audio.datasets.file_utils.extract_archive(
archive_path: str,
extract_path: str,
force_extract: bool = False
) -> str