B4A Library SpeechRecognitionNoUI - Google Speech Recognition Without Popup - Biswajit    Oct 05, 2021   (33 reactions) If false then either network or offline recognition engines may be used
StopListening As String
Here is the original thread. I took some ideas and codes to build this library.
Note: Remember to INTERNET, RECORD_AUDIO and permission.
For SDK v30: Add this following code to your project manifes B4A Tutorial Voice Recognition Example - Erel (first post)    Feb 18, 2016   (1 reaction) VoiceRecognition is based on RecognizerIntent.ACTION_RECOGNIZE_SPEECH intent. Listen2 allows you to customize this intent. You can see the available fields here: http://developer.android..html B4A Question VoiceRecognition listen2 - Erel (first post)    Sep 09, 2018   (1 reaction) It allows you to create the ACTION_RECOGNIZE_SPEECH intent yourself. You can use it to set other parameters.
https://developer.android..html#ACTION_RECOGNIZE_SPEECH B4i Question VoiceRecognition - Erel (first post)    Nov 04, 2016   (1 reaction) Apple has only opened this feature for developers in iOS 10. It is currently not available in B4i. It is planned to be added in the near future (after updating the hosted builders to Xcode 8 as required for iOS 10 APIs). B4A Question VoiceRecognition from a Service Module? - Erel (first post)    Aug 12, 2019 VoiceRecognition is based on calling StartActivityForResult. This can only be done from an activity context.
You can start your own activity (it can be transparent) and then call VR.Listen. B4i Library iSpeechRecognition - Voice to Text - Erel    Nov 10, 2016   (9 reactions) https://www.b4x.com/basic4android/images/SS-2016-11-10_15.33.26.png
Apple has opened the speech recognition feature in iOS 10. With this library it is quite simple to capture audio and convert it to text.
It requires iOS 10+ and the voice recognition itself requires an internet connection.
See App B4A Question Voice Recognition - convert audio to text - Erel (first post)    Mar 07, 2019   (1 reaction) You can try to call VoiceRecognition.Listen and then play the audio file. It listens to the microphone and might capture the played audio. B4A Question How use VoiceRecognition? - darabon    Dec 05, 2021 Is that a special app in Android or is it a feature?
In my device, the VoiceRecognition not supported
In the Nexus mobile device, I can use VoiceRecognition easily but in Samsung device, show error "not support VoiceRecognition"
Thanks B4A Question SpeechToText Library works only in English - klaus (first post)    Feb 07, 2023 I have used, for another member of the forum, the VoiceRecognition object from the internal Phone library. This works with different languages, we used French, therefore i am sure that it will work with German too. B4A Question [SOLVED] VoiceRecognition question - Erel (first post)    Feb 24, 2021 VoiceRecognition from the Phone library sends an intent to the system which starts the default voice recognition engine. It doesn't let you select the engine.
You might be able to configure that app to be the default voice recognition engine.
There are some other libraries that work different and Page: 1   2   3   4   5   6   7   Powered by ColBERT |