M mcmanu Active Member Licensed User Longtime User Feb 29, 2012 #1 It would be amazing to set the voice rec. Dialog in the background. I hope it is possible. In eclipse i think it is possible to do this. Hope that will be added in b4a
It would be amazing to set the voice rec. Dialog in the background. I hope it is possible. In eclipse i think it is possible to do this. Hope that will be added in b4a
Erel B4X founder Staff member Licensed User Longtime User Mar 1, 2012 #2 What do you mean with setting the dialog in the background?
M mcmanu Active Member Licensed User Longtime User Mar 1, 2012 #3 Vr Dialog I Mean, that the Vr Dialog is visible false So that the Voice Recognition is working in the background
Vr Dialog I Mean, that the Vr Dialog is visible false So that the Voice Recognition is working in the background
Erel B4X founder Staff member Licensed User Longtime User Mar 3, 2012 #4 I don't think that it is possible to hide this dialog. I you are familiar with Java code that hides it then please post it.
I don't think that it is possible to hide this dialog. I you are familiar with Java code that hides it then please post it.
M mcmanu Active Member Licensed User Longtime User Mar 3, 2012 #5 Hi Erel Okay :sign0148: I learn Java next year, iam not very familiar with Java now. Thank you
M mcmanu Active Member Licensed User Longtime User Apr 6, 2012 #6 Hi I found this --> RecognitionService.Callback | Android Developers I think this is the class to set the dialog in the background Unfortunately iam not familiar with Java I hope this is possible in b4a one day
Hi I found this --> RecognitionService.Callback | Android Developers I think this is the class to set the dialog in the background Unfortunately iam not familiar with Java I hope this is possible in b4a one day
Erel B4X founder Staff member Licensed User Longtime User Apr 7, 2012 #7 RecognitionService is only a helper class to third party implementations of voice recognition service.
RecognitionService is only a helper class to third party implementations of voice recognition service.
M mcmanu Active Member Licensed User Longtime User Apr 10, 2012 #8 Thanks Erel Okay thx Erel I found this site --> Android TTS SDK Documentation | Text to Speech | Speech Recognition (ASR) Is it possible to use this api in b4a? I know i have a lot of Questions, sorry for that
Thanks Erel Okay thx Erel I found this site --> Android TTS SDK Documentation | Text to Speech | Speech Recognition (ASR) Is it possible to use this api in b4a? I know i have a lot of Questions, sorry for that
Erel B4X founder Staff member Licensed User Longtime User Apr 11, 2012 #9 You will need to wrap it as a library. Seems like a commercial library. Not sure if they publish their prices.
You will need to wrap it as a library. Seems like a commercial library. Not sure if they publish their prices.