stages.audio.datasets.file_utils#

Module Contents#

Functions#

API#

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