forslund / spotify-skill

Mycroft Skill to control spotify using the Spotify Connect API
Apache License 2.0
72 stars 38 forks source link

Music stops when wake word is triggered #18

Closed XxCRSxX closed 6 years ago

XxCRSxX commented 6 years ago

Loving the skill so far! But on annoying thing I've noticed is that the music stops when you say the wake work 'Hey Mycroft'.

Appreciate your work man 👍

forslund commented 6 years ago

Glad you like it!

The idea is that the music pauses for 5 seconds and then resumes when the wake word is heard so Mycroft can hear the request properly.

Does the music stop and then not resume?

What platform are you on?

XxCRSxX commented 6 years ago

It does continue the music again after 5 seconds but my problem is MyCroft often thinks I’m saying the wake up word when I’m not so it interrupts Spotify :/

I’m currently running it on a Raspberry Pi 3 but just about to try MyCroft + Plasmoid

forslund commented 6 years ago

I understand. In that case an option in the settings might be the way to go. Making it possible to disable the auto-pause

spagy commented 6 years ago

Looks like the audio ducking feature has been made optional. Can this issue be closed now?

forslund commented 6 years ago

Indeed. Closing.

kmccurley commented 5 years ago

I've gotten two skills working with the CommonPlaySkill and I face the same need for ducking. It leads me to think that the functionality for ducking really belongs in CommonPlaySkill rather than the things that inherit from it.