B4J Code Snippet STT - Offline Speech Recognization with Vosk (JavaObject/Inline) - Douglas Farias    May 14, 2024   (10 reactions) uxOlvQlcLBU Hello everybody. I made an example of how to use vosk in B4J. In this example we use vosk to listen to our microphone and play the words it understands on the screen. the example is very simple and functional (at least on my PC xD) In the example you will see two labels, the top one is what vosk is understanding in real time, and the bottom one is the final phrase already formed an... B4A Library [Chargeable] SpeechRecognizer Library - XverhelstX    Nov 25, 2013 SpeechRecognizer
I have received a lot of requests lately for my SpeechRecognizer library.
This is why I made a separate topic for SpeechRecognizer.
With SpeechRecognizer, you'll be able to... B4A Library Another SpeechRecognizer Library - vpires    Feb 7, 2014   (7 reactions) As SpeechToText
Dim ri As RecognizerIntent
Dim i As Intent
End Sub
Sub Globals
'These global....stopListening
sr.destroy
sr.createSpeechRecognizer
sr.startListening(i)
Else... B4A Question [B4XPages] xSpeechRecognizer not working (but working in Standard B4A) - Mike1970    Jun 11, 2021 be working, except for the xSpeechRecognizer that in the Standard project works, and in the b4xpages version not.
When i click the button to start the listening this check fails:
If Obj_speech... it on
Obj_speech.Start
'Start listening
Obj_speech.StartListening... B4A Question SpeechRecognizer works only in DEBUG mode - peacemaker    Mar 21, 2016 Hi, All
I tried to use in background the speech recognition (in a service)
1) this "Another SpeechRecognizer Library" https://www.b4x.com/android/forum/threads/another-speechrecognizer... B4A Question vosk offline speech recognization - EndOfSpeech events - GuyBooth    Aug 1, 2022 Just started working with this library. One function that I am having trouble with is the STT.startListening(Timeout). There doesn't appear to be an "endOfSpeech" (or "EndOfSpeech") event as described in the documentation. Instead, the Error event is raised, after which the recognition stops working. In addition, the timeout before the error is raised is a long way short of the timeout entered. For instance, if I enter 10000, the timeout is about 5 secs. Any solution to this?... B4A Question vosk offline speech recognization - MOHAMMADE79    Mar 11, 2022 hello there , i have an question, can we use the big data for model.zip? or how can we add new data to this database? and another question, how can I use STT.prepareMicrophone("") in the activity create ? with out using button this is the vosk sample :https://www.b4x.com/android/forum/threads/speechtotext-continuous-offline-voice-recognition.134857/page-2#post-856773... B4A Question Request for New Lib to support SpeechRecognizer API - JohnC    Feb 14, 2013 could add a new Speech-to-Text routine (in addition to the "VoiceRecognition" routine) that would work with the new SpeechRecognizer API which would enable these abilities:
1) Record the incoming user speech audio to a file in addition to having it converted to text via the google Speech... B4A Question Text to Speech and Reverse (recognizing speech) - Magma    Feb 13, 2014 Hi there,
i' ve searched the forum... and find tts solutions but my problem is Greek voice... haven't any voice supporting Greek (thought svox will help - but need to pay for it and some devices not supported)...
What about the Recognizing ... can i have Greek Voice recognized ... ?- or is somehow connected with tts engines ? or what i need to make an engize of recognizing greek... B4A Question Speech recognizing and media playing simultaneously - youjunjer    Feb 10, 2019 I have tried this post and at post #25 is a very good example to demo offline speech recognition. https://www.b4x.com/android/forum/threads/android-speech-recognition-api-wrapper.62959/page-2#post-478817 Now, I want to try speech recognizing and media playing simultaneously. I found when speech recognizing, any media will stop such as youtube even it played at the background. I want the app can play youtube and recognizing voice command at the same time. Is it possible?... Page: 1   2   3   4   5   6   |