Hi,
I’m looking to create an audio player which (when the user first accesses) streams an audio file from a URL. They then have the option to download it to the local device (so for future listens they don’t use any data). I would have assumed this would be the “LocalDB” component, but this is only for simple info so is unlikely to work for an audio file. It was suggested to store it as a stored variable, but I think this just stores the URL of the audio file rather than the audio file itself.
Is anyone able to clarify how I can go about doing this or if the functionality is within Thunkable to do this?
Much appreciated!