This is a pretty cool project!
It'd be great if success/error sounds can be played directly from myinstants. It has a massive repository of different sound effects and most of them are small enough( < 250KB ) to be downloaded(maybe asynchronously?) and played on the fly. This way the tracks needn't be bundled with the repo and there won't be licensing issues
e.g. https://www.myinstants.com/media/sounds/curb-your-enthusiasm.mp3
The user would probably provide the URL in the decorator like so
@on_error(<myinstants_url>) or @on_success(<myinstants_url>)
This is a pretty cool project!
It'd be great if success/error sounds can be played directly from myinstants. It has a massive repository of different sound effects and most of them are small enough( < 250KB ) to be downloaded(maybe asynchronously?) and played on the fly. This way the tracks needn't be bundled with the repo and there won't be licensing issues
e.g. https://www.myinstants.com/media/sounds/curb-your-enthusiasm.mp3
The user would probably provide the URL in the decorator like so