mycroft-core/mycroft/audio
Åke 327511c937 Fix simple audio backend pausing by voice (#2045)
The restore_volume would previously unpause the service even if the user just asked for pausing playback.

This separates the paused flag from the pausing/resuming action so lowering/restoring volume doesn't affect the logical pausing state and can check it to determine if lowering/restoring is needed/wanted.
2019-03-08 02:24:58 -06:00
..
services Fix simple audio backend pausing by voice (#2045) 2019-03-08 02:24:58 -06:00
__init__.py Increase min wait time in wait_while_speaking() 2017-11-22 13:21:23 -06:00
__main__.py Replace emitter/ws with bus (#1757) 2018-08-21 20:50:50 -05:00
audioservice.py Play on local audiobackends before trying remotes 2019-01-21 16:10:24 +01:00
speech.py Pause at semicolon (#1989) 2019-02-15 02:54:42 -06:00