Read the statement by Michael Teeuw here.
MMM-TTS
-
voice recognition and installer are finished, but need to build the module itself
-
You two are amazing! It’s people like you that bring this type of technology and make it reachable by far more people that just couldn’t afford to pay HUGE amounts of money to just buy a mirror that works…
Thanks for ALL your hard work and patience with those of us who are neither py or js developers!
-
@cowboysdude thank you.
-
@strawberry-3.141 I could start looking at the module for voice rec. if you don’t mind.
-
@strawberry-3.141 Not to be a debbie downer, but does electron not expose Chromes built in multi voice text to speech api?
-
@davericher should be, but that wouldn’t work for people with serveronly mode
-
@strawberry-3.141 True, but it would work for every connected client
-
@davericher if you like you can create a pr to let the user decide via config if he wants to use festival or speech synthesis :)
-
Question…this is what I"m trying to do…
else if (/(HIDE)/g.test(data) && /(CLOCK)/g.test(data)) { this.hide(0, {lockString: 'MMM-voice'}); this.sendNotification('MMM-TTS', 'Hiding Clock'); } else if (/(SHOW)/g.test(data) && /(CLOCK)/g.test(data)) { this.show(0, {lockString: 'MMM-voice'}); this.sendNotification('MMM-TTS', 'Showing clock'); }
It works buttttttttttttttt the 1st time you fire it off it doesn’t stop LOL
“Showing clock”…“showing clock”…“showing clock”…
Same for Hiding clock
Apparently I’m not using it correctly hahahhahhahhaha
SO which is the correct way?
-
@cowboysdude where did you put that code piece?