I am developing a game where the user has to repeat a word as many times as he can, like "go go go go go go go....." and in the end the game gives a score based on the number of seconds that the mic kept opened for him.
The way I implemented this was to create several sample utterances with each possible matching like
- go
- go go
- go go go
- go go go go
- go go go ... go
Google allowed me to input as many as 13 go's in one utterance. What happens when the user says more than 13 go's is that the applications halts and end abruptly. I was able to implement this in Amazon Alexa with no problem.
Am I doing anything wrong when porting this game to Google Assistant? is it possible to force the mic to be open for a long time? My users on the Alexa game are able to hold the mic open for as much as 60 seconds (!).
question from:
https://stackoverflow.com/questions/65905394/word-repeat-game 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…