OpenVoiceOS / ovos-skill-laugh

make mycroft do an evil laugh
Apache License 2.0
6 stars 6 forks source link

laugh may be interrupted by speech #4

Closed JarbasAl closed 6 years ago

JarbasAl commented 6 years ago

mycroft should stop laughing and not speak over the laugh

TODO: listen for speak messages and stop the laugh sound when this happens

3 makes this easier, however we need a mechanism to query audio service for path of currently playing file, to ensure we don't terminate every audio stream, only terminate laughs

JarbasAl commented 6 years ago

audio service fails with .wav, reverted to play_wav and play_m3 commands