android-speech-api Questions
0
My experimental code below (compileSdk 34, minSdk 33), works well as far as text-to-speech and speech-recognition are considered separately:
package com.example.speechandspeak;
import android.Mani...
Tutor asked 30/5 at 14:26
1
I want to introduce permanent voice recognition feature in my Android application.
I am aware with the fact that voice recognition freezes from time to time on Android 4.1.1 and 4.2 and because of...
Contraceptive asked 24/7, 2014 at 14:25
1
Solved
In my attempts to troubleshoot a challenging SpeechRecognizer.java issue, I noticed in Logcat messages TAGs that are not SpeechRecognizer's:
12:34:00.933 NetworkSpeechRecognizer pid-29210 I Online ...
Salcido asked 3/1, 2023 at 11:9
0
Once SpeechRecognizer.cancel() is invoked, is there a way to tell that it has been completely processed, to the point of not interpreting any sound an microphone and not invoking any of its Reognit...
Mcclintock asked 10/1, 2023 at 18:18
0
I'm currently using cameraX to record video with audio and it's working pretty well, however now I have to use SpeechRecognizer while recording the video and get the transcription of what the user ...
Buhler asked 20/1, 2022 at 16:37
1
Solved
As the title implies, SpeechRecognizer.isRecognitionAvailable() returns false in Android 11 and I am not sure why that is as the device (Pixel 3 XL) is equipped to recognize speech. The documentati...
Ikeikebana asked 4/11, 2020 at 0:58
1
Solved
While testing an application after increasing the targetLevel to 30, I found that the SpeechRecognizer is not available any more, i.e. SpeechRecognizer.isRecognitionAvailable()
always return false....
Zoes asked 12/10, 2020 at 13:44
4
Solved
I have a test app that uses Google voice in a continuous manner and it plays the beep sound every time Google recognition service is called. I am trying to get rid of the beep sound. I have read th...
Urbane asked 9/6, 2016 at 19:43
3
Solved
I have developed an app using the Google speech Api v1
https://www.google.com/speech-api/v1/recognize?xjerr=1&client=chromium&lang="+language_code;
and this link was used to get the ...
Aniline asked 7/5, 2014 at 7:6
2
Solved
I'm working to adapt an existing Android application to run on Google Glass, as a proof of concept. I would like to use voice input in my application to replace some features that currently require...
Listless asked 1/7, 2013 at 21:46
1
© 2022 - 2024 — McMap. All rights reserved.