tidbyt / pixlet

Build apps for pixel-based displays ✨
https://tidbyt.com
Apache License 2.0
756 stars 107 forks source link

Add ID field for sounds #1073

Closed rohansingh closed 4 months ago

rohansingh commented 4 months ago

Both the path and the contents of a notification sound could conceivably change without the sound being semantically different.

For example, ding.mp3 could get renamed to ding1.mp3. Or a developer may re-encode ding.mp3 to make it sound better.

In both cases, we need some sort of ID to keep a handle on the sound and know what to play.