Hi again!
I've been doing a few experiments with this function. I would like to duplicate all my app interface in order it works with voice. This way, it would be possible to put a book filter or a book sort order without writing anything.
But at the moment I have two problems:
a) I want TTS says a message and, afterwards, VR activates voice recording, in order to capture the human answer, but I haven't found a way to detect a TTS "Speak" command has finished. If I put somethig like this:
VR starts before Speak finishes, so VR detects what Speak is saying, and takes it as part of human response.
Is there a way to know when Speak finishes?
b) I would like VR were "listening" what humans are saying without showing the VR recognition screen, in order to do the process a little cleaner. Is it possible to hide the VR screen? (in my tablet, it's a microphone with the word "google" down it)
Thank you in advance.
If I add this option to my lipapa app, I promise to translate my source and variables comments to english and put the complete and final code again (two months ago, I put the 1.0.6 version source, but the app version is actually 1.0.22). Well, I promise to translate the code, but I can't promise it would be written in a "perfect english" :sign0137:
I've been doing a few experiments with this function. I would like to duplicate all my app interface in order it works with voice. This way, it would be possible to put a book filter or a book sort order without writing anything.
But at the moment I have two problems:
a) I want TTS says a message and, afterwards, VR activates voice recording, in order to capture the human answer, but I haven't found a way to detect a TTS "Speak" command has finished. If I put somethig like this:
B4X:
TTS1.Speak("Please, tell me witch field do you want to use for filtering", True)
VR.Listen
VR starts before Speak finishes, so VR detects what Speak is saying, and takes it as part of human response.
Is there a way to know when Speak finishes?
b) I would like VR were "listening" what humans are saying without showing the VR recognition screen, in order to do the process a little cleaner. Is it possible to hide the VR screen? (in my tablet, it's a microphone with the word "google" down it)
Thank you in advance.
If I add this option to my lipapa app, I promise to translate my source and variables comments to english and put the complete and final code again (two months ago, I put the 1.0.6 version source, but the app version is actually 1.0.22). Well, I promise to translate the code, but I can't promise it would be written in a "perfect english" :sign0137: