Read the statement by Michael Teeuw here.
google assistant TTS and press to speak
- 
 iv been trying for a few days now to get this to work. i want to use googles TTS voices to control the mirror 
 i have the voice its self working but when i try getting the assistant to work i have gotten loads of different errors from tenacity to 9979 error. any suggestions? is google assistant just not worth it?
- 
 @Riptwisted which google assistant? 
- 
 Google Assistant SDK: gRPC API — “Device SDK” i believe its the official Google Assistant SDK for Devices. Specifically: the Python “gRPC” sample implementation (googlesamples.assistant.grpc.pushtotalk). 
- 
 @Riptwisted does it work outside MagicMirror? don’t know anything about that SDK MM doesn’t use python, you can launch a background script, and capture its output and then do something with that… my PythonPrint module 
 https://github.com/sdetweil/MMM-PythonPrintshows how to exec the python script and capture is (print) output and 
 do something with it (this module just displays, but it could speak it)
