Hacker News new | ask | show | jobs
by bryan-vh 981 days ago
Currently all of the sounds are actually online, with the option to add downloads. I could change that to be entirely local, but would make it a bit harder to add new sounds without requiring an update of the app. I've debated adding in a "lifetime" option so that it's only a one-time payment for everything, and may do that, thanks for the feedback!
2 comments

Put the sound files on an Amazon s3 or cloudflare r2 bucket and have the app download them. Maybe put a json file on there too and the app checks if the json has any files which aren't downloaded and if so, it downloads them.
Ans you know that Amazon and Cloudflare are not free, yes ?
I know. But I doubt the total file size is too big. So storage costs will be extremely low. And if they use cloudflare r2, there isn't even any egress fee. The app is already charging $7 per month subscription. Even a single purchase would most likely cover the entire storage cost.
Why not just have a core set of sounds pre-downloaded?