MycroftAI / skill-volume

Mycroft AI official Volume Skill - control the volume of your Device
https://mycroft.ai/skills
Apache License 2.0
10 stars 30 forks source link

Use a single Mixer instance #17

Closed forslund closed 6 years ago

forslund commented 6 years ago

After running for a while with several volume changes Mixer() started throwing exceptions. This commit instanciates the mixer once and keeps using that instance.