locally storing an mp3
Is there a JS Module, PhoneGap Module, or capability in Appery.io to:
Download, Access, and save media to local storage on smart phone within the appery developed app.
manage locally stored mp3 audio files to play on alert or alarm
access and download mp3 file from cloud data store (appery or Heroku) and then save it into to local phone storage for later use and access
Chose from a list of MP3's in the cloud storage and then have them downloaded for use in the alert or alarm function from local storage in the app.
We are streaming the sounds now from the Appery.io cloud database.
Streaming is slow so we want to use them locally. We want to store a "default" sound and then offer other mp3's which can be downloaded, after selection for use locally as an alternative choice. This means we won't have to package them all right away in the app.
How can we do this. We are not seeing a clear way to get this done in Appery.io!