speech recognition

  1. M

    Android Question Offline SpeechToText VOSK - Unexpected event (missing RaiseSynchronousEvents): stt_readytolisten

    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...
  2. G

    Android Question SpeechToText Library works only in English

    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"...
  3. G

    iOS Question iSpeechRecognition not work

    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?
  4. Biswajit

    B4A Library SpeechToText - Continuous Offline Voice Recognition

    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...
  5. M

    iOS Question Equivalent of CheckAndRequest

    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...
  6. M

    iOS Question iSpeechRecognition unreliable - not working well

    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...
  7. moty22

    Share My Creation Talk to Arduino

    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.
  8. magicmars

    Android Question SOLVED - Check if TTS is available / enabled on device (TTSID)

    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...
  9. Biswajit

    B4A Library SpeechRecognitionNoUI - Google Speech Recognition Without Popup

    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...
  10. youjunjer

    Android Question Speech recognizing and media playing simultaneously

    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...
  11. A

    Android Question voice recognition "wake word"

    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...
  12. A

    Android Question Voice Recognition Issue

    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)...
  13. Dave O

    Android Question XSpeechRecognizer - suppress automatic EndOfSpeech?

    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...
  14. johnmie

    Do you understand Swahili ?

    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...
Top