I have developed an App and now the users want the Audio files for it. If I add the audio it will be around 800mb, which is unacceptable. The app has multiple chapters and I am thinking of giving links to audio files of each chapter so that the user can download them individually as needed. They could delete them if short on storage.
I have looked into Android's expansion files but it's only a single file. What other options do I have to achieve this. The app is free without ads and I do not want to host the audio on my servers.
Thanks.