Downloader
Overview
The Downloader
class is used internally and provided to users as a convenient mechanism for pre-caching audio located at a URL.
The Downloader
class can actually be used to download any resource.
The Downloader
class downloads the URL and saves it into a local file.
It is your responsibility to delete the local file once you have finished with it.
You can also obtain download progress information.
Last updated