API ReferenceFull Library ReferenceNemo CuratorNemo CuratorStagesAudioDatasetsnemo_curator.stages.audio.datasets.file_utilsAsk a question|Copy page|View as Markdown|More actionsModule Contents Functions NameDescriptiondownload_file-extract_archive- 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