Hi everyone, i'm using the speechtotext library by @Biswajit (thanks)
i noticed that once i ported it to B4XPages it started throwing this errors in the logs... actually the sub exsists and infact then it works... but it does not seems to be a stable things, it has already happened that the...
Hi,
I am referring to https://www.b4x.com/android/forum/threads/speechtotext-continuous-offline-voice-recognition.134857/.
I have tried the German models:
vosk-model-de-0.21 is too big. The app crashes.
vosk-model-small-de-zamia-0.3 crashes when you try "Speech to Text"...
Hi
I've installed the Erel's Example (https://www.b4x.com/android/forum/threads/ispeechrecognition-voice-to-text.72941/) through debugging on mobile device (ipod) with ios 12.5.5 .
The device is connected on a wifi but I obtain "Speech Recognition not available" . how can i do to make it work?
This is a wrapper of Acephei VOSK , With this, you can add continuous offline speech recognition feature to your application,
NOTE:
As it works offline the app should be complied with the voice model. It will increase the app size by 30-40Mb.
The accuracy depends on the voice model. You can...
Hi everyone,
I built an app that requires the iSpeechRecognition, the phone ask for permission of the Microphone usage, and speech recognition the first time I need to use it.
There is a why to prompt the dialog BEFORE I actually need it? (or wait for the user answer?)
and more important... if...
Hi everyone, i'm building an app that has to recognize single words and validate them in a certain period of time (ex. 1min). Like a game counting correct words.
I tried to use speech recognition example at beginning, adding only the part to get the single word (and not the full sentence that...
Control 2 outputs (pins 2,3) of Arduino Uno by talking to your Android device using the B4A app. The device is connected via OTG cable.
Words or sentences can be edited at run time or in the code. The app uses speech recognition.
Hi,
I have an app that use SpeechRecognition and TTS functionality : I use TTSID and SpeechRecognition_NoUi Libraries.
My app work perfectly if the device have SR and TTS enabled by defaut, which is the case for most android devices, especially those with Google services enabled.
If this is not...
A better alternative for offline recognition is available here.
With this, you can add speech recognition feature to your application without google speech recognition popup (check attached example),
SpeechRecognitionNoUI
Author: @Biswajit
Version: 1.6
SpeechRecognitionNoUI
Events...
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...
Hello,
does anybody know what do I need to use for my app to do something if I am saying something(on long duration of silence), without touching or pressing anything on my app?
I tried using voice recognition in a loop, but when the voice recognition dialog has no match (for example in a case...
I am working on a project in B4A, that requires voice recognition.
After searching the forum I have realized that included Phone.VoiceRecognition library is not suitable for my needs.
My needs are as follows:
- No dialog or popup
- Works offline
- Ability to give it a list of words (or grammar)...
I'm using the XSpeechRecognizer library (updated by @Multiverse app) to convert spoken reminders to text.
It's working pretty well, but I do have a few questions:
- It stops the recording and fires the EndOfSpeech event after detecting silence after 1-2 seconds. Is this duration configurable...
Hi all,
my database is in English, but some users of my program may have difficulty with that.
Take the case of a health care worker in rural Uganda who has to assist a complicated childbirth where the nearest doctor is 3 hours away and no Internet is available.
Now he/she can
enter a search...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.