James
Just to fully understand: If I say something not recognized by VC that command cannot be sent to google home account trying he respond to it?
I saw some projects on smartwatches apps or similar where that can be done (a little bit complicated to setup but possible) so I was wondering if that can be implemented here....
By the way, your post is a bit off-topic for this thread because the original question was about Text To Speech.
But anyway:
It is possible to implement I'm sure, but it is not possible using VoxCommando at the moment.
It is possible in VoxCommando to save a .wav file of the last thing that was heard so in theory you could write a plugin or something that would then upload that file to Google's speech API. This would require using their paid API though.
The way we implement Google speech with VoxCommando for free is by using the speech recognition built into the Chrome browser and there is no way to use this to upload an audio file.
It might also be possible to turn on speech recognition in Chrome and then somehow play that wav file into a recording device but this would be a messy hack.
The best option would probably be to have both VC and Chrome listening and then use some logic to decide who to listen to, assuming this did not lead to some conflicts from both applications recording from the same microphone.