Functionsยง
- decode_
audio - decode_
wav - download_
from_ url - load_
audio_ as_ pcm - load_
audio_ as_ pcm_ cached - Load audio from a path/URL, decode it to PCM at
target_sample_rate, and cache the decoded PCM (not the original encoded file) so subsequent loads skip downloading and decoding entirely.