MycroftAI / mycroft-core

Mycroft Core, the Mycroft Artificial Intelligence platform.
https://mycroft.ai
Apache License 2.0
6.52k stars 1.27k forks source link

Hot word recognizer #986

Closed JarbasAI closed 1 month ago

JarbasAI commented 7 years ago

Listening for common words could be usefull, yes no stop come to mind

proposal:

https://github.com/MycroftAI/mycroft-core/compare/dev...JarbasAI:patch-20

a WakeWordFactory should eventually be made

youtube video demo: https://www.youtube.com/watch?v=GIkBh0VFmbc&feature=youtu.be

forslund commented 7 years ago

Very cool, sounds very much like this todo task: https://github.com/MycroftAI/mycroft-core/wiki/TASK-WuW_SimpleCommands

I think snowboy integration is still a no-go because of licenses but if users want to install it, there is no issue whatsoever =)

The I think the architecture changes by @MatthewScholefield was intended to make other hot-word detectors easier to integrate

JarbasAI commented 7 years ago

should i make a PR using pocketsphinx only? havent really tested with pocketsphinx, but should be functional

MatthewScholefield commented 7 years ago

@JarbasAI Yeah, that sounds like a great idea!

arjenlentz commented 7 years ago

pocketsphinx is happy to listen for a list of keyphrases already, so this sounds like a fine plan to also support in Mycroft.

JarbasAI commented 6 years ago

1233

krisgesling commented 4 years ago

https://github.com/castorini/howl/ seems like a good candidate for this

forslund commented 1 month ago

Closing Issue since we're archiving the repo