async coqui.Sample.download(dest_file: str | BinaryIO)

Downloads the sample audio to a local file.

Parameters:
dest_file: str | BinaryIO

must be either a string (file path) or an opened file with mode=”wb”