Chris W
Chris W
Here's how I fixed this in my sox setup with everything running on Ubuntu 16.04 LTS. In `soxhandler.py` in `__init__`: `self.volume = None` in `on_setup(self)`, change ```python if self.__config['sound']['default_volume']: self.on_set_volume(self.__config['sound']['default_volume'])...
I was experiencing this today on STI inheritance. Adding 'unloadable' to the inheriting class fixed it for me.
I was having a similar issue. I've got so far with this. As yet the jingle fades a little too quickly for my liking but I can live with it...