tomorrow I will add all the other Modules that are included in Hello-Lucy. Any other ideas of stuff on the mirror I could control by voice?
Read the statement by Michael Teeuw here.
Posts
-
RE: German Voice Recognition
-
RE: what can i do in a module, porting from another mirror project
yes there is only sendNotification to send to all modules. So you need to filter those informations:
the commandthis.sendNotification(notification, payload)
has the part notification which you could ask for by a if condition and the payload that includes the actual data you want to send to the other module. So just make sure to take a unique notification and you should be fine
-
RE: Led without Bread-boards !
@4lice there is not really a module that comes to my mind. However you should probably specify a bit more what you even want to achieve. There are tons of possibilities what you might want to do with leds. When people know what you actually want it’s a lot easier to provide you with tips on how to build it :)
-
RE: German Voice Recognition
@MrCoffee No I have nothing in common with her, but saw the project a while ago ;)
No did not test them actually. However snips is a lot more powerfull speech recognition going more towards alexa/google. MMM-Voice Control and MMM-Hello-Mirror are both more hotword detections. You give them a short sentence and they listen for it.
I made another short video of the current state: added the no hotword, a answer of snips (the voice can still be changed just the standard one any text-to-speech voice can be used and the always sam answer is definetly not the end aswell ^^)
The video shows aswell that you can really make normal sentences when talking to the speech recognition and it still reacts (in my opinion) pretty fast
https://www.youtube.com/watch?v=AhpehckdkjM&feature=youtu.be -
RE: 27" Mirror with selfmade frame
How far does your radar detector detect through the glass?
-
RE: German Voice Recognition
@mykle1 I would obviously need the hotword at least once to start the session and then listen for any intents for a while. Or in case of the mirror project just use the PIR Sensor as “Hotword” and then have the session going until the PIR does not recognise someone in Front of the Mirror anymore. Snips is actually a pretty good voice recognition. So far it even worked well with music in the background
-
RE: Hello-Lucy
Well for anyone interested I created a seperate thread
https://forum.magicmirror.builders/topic/7162/german-voice-recognition -
RE: German Voice Recognition
One thing I absolutely want to add is that my mirror is activated when I am in Front of it, but thats the speech recognition is automatically activated aswell so I don’t need to use the hotword while I am in front of the mirror :)