paddleaudio.utils.download module

paddleaudio.utils.download.decompress(file: str)[source]

Extracts all files from a compressed file.

paddleaudio.utils.download.download_and_decompress(archives: List[Dict[str, str]], path: str, decompress: bool = True)[source]

Download archieves and decompress to specific path.

paddleaudio.utils.download.load_state_dict_from_url(url: str, path: str, md5: Optional[str] = None)[source]

Download and load a state dict from url