-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
Description
I need to make the alarm annunciator a bit more configurable.
Instead of speaking out the alarm I need to play notification sound/s...
The simplest solution would be to add some preferences and extend the Annunciator to have a AudioClip/MediaPlayer to play some sound file set in the prefrences.
Another way to do this would be the use of SPI so that the Annunciator becomes an implementation of an interface with a speak(AnnunciatorMessage message) method that can be implemented to satisfy different use cases.
@kasemir @tynanford any thoughts?