Vadoola/Tomotroid

Get Sound working: Tick Sounds, Tick Sounds during Break, Notification Sounds

Closed this issue · 2 comments

Get Sound working: Tick Sounds, Tick Sounds during Break, Notification Sounds

The base logic for this was added in commit 9c95b30. There probably isn't a whole lot more to do here. Although it does seem to me a bit slow sometimes in playing the sounds, even in release mode. There could be ways for me to improve the performance, such as passing around the cursor to the sounds sources, instead of recreating them every time they need to be played.

I'll leave this open for now, until I add in support for the volume slider to actually adjust the volume.

Support for the volume was added in commit fb6a32d. I've opened up Issue #81 for the performance issues, and consider this Issue now closed.