voice-recognition Questions

2

Solved

I'm currently doing a very very important school project. I need to extract the information of a WAVE file in C/C++ and use the information to obtain the LPC of a voice signal. But, in order to do ...
Sillimanite asked 18/4, 2013 at 5:36

2

I am building a search that supports voice recognition and transforms speech to text so I am using SFSpeechRecognizer. But the problem is that I need to support multiple languages at the same time ...

1

I try to make a voice recognition on my Galaxy Watch 4 in Kotlin language with Android Studio and it seems that it is not available on this device. The value of SpeechRecognizer.isRecognitionAvaila...
Electromagnetic asked 20/6, 2023 at 7:4

4

Solved

How do I convert any sound signal to a list phonemes? I.e the actual methodology and/or code to go from a digital signal to a list of phonemes that the sound recording is made from. eg: lPhonem...

4

Solved

This has been asked before, but no one seemed to have a solution: Muting SpeechRecognizer's beep sound Nevertheless, I still would like to know if anyone knows how to mute the beeping sound fo...
Subnormal asked 27/8, 2014 at 23:58

5

I'm trying to use SpeechRecognizer on Android without Intent Dialog. It works fine on most of devices but some devices return Audio Recording Error (Error Code 3) and There's no detail for this err...
Weimer asked 23/9, 2017 at 4:54

2

Is there any way to convert user speech to text in realtime using R ? Just curious. Also it will be great if anybody could share some examples regarding what they have done in this domain.
Bitstock asked 10/5, 2017 at 15:48

2

I need to do voice activity detection as a step to classify audio files. Basically, I need to know with certainty if a given audio has spoken language. I am using py-webrtcvad, which I found in g...

4

Solved

I would like to know whether there is a good API for "voice recognition" and "text to speech" in C++. I have gone through Festival, which you can't even say whether the computer is talking because ...
Diplostemonous asked 30/4, 2013 at 9:24

3

I was refering to this link where it discuss about the Google Speech engine. It says that I have to get an API Key from google, to use the google speech engine they are discussing. In the link post...

4

I've been trying to implement Voice recognition on my Expo app, I've tried using a speech-to-text library called react-native-voice but it does not support Expo. Does anyone know any other library ...

5

Solved

In my voice recognition based app, I sometimes receive ERROR_RECOGNIZER_BUSY. Intuitively, this calls for... retries, right? The problem is that this error is very undocumented, so obviously I hav...
Conciseness asked 27/4, 2011 at 21:39

3

Following is my code for voice recognition, its saying "Recogniser not present" for latest devices and tablets.Please help me how to fix it. public void startMyVoice() { Intent intent = new Inten...
Oviposit asked 14/1, 2014 at 10:23

2

Solved

I made a simple UWP application to test speech recognition function, But I have some error, it shows: System.UnauthorizedAccessException: 'Access is denied. (Exception from HRESULT: 0x80070005 (E_A...
Never asked 10/7, 2017 at 9:38

5

Currently I am working on voice recognition where I wanted to use Librosa library. I install librosa with the command on ubuntu: conda install -c conda-forge librosa But when I run the code I got ...
Abstractionism asked 30/6, 2020 at 13:0

2

I made a program which allows me to speak and converts it to a text. It converts my voice after I stopped talking. What I want to do is to convert my voice to text while I am talking. https://www....

5

Solved

i am testing VoiceRecognition.i have searched and didn't find any feasible answer. here is the code. import android.content.Intent; import android.speech.RecognitionListener; import android.speech...

1

I want to create a service that should listens for hotword in background such that when i say hello it should invoke an activity, how can i do this, about voiceInteractionService but I have read th...

3

Solved

I am looking for Voice Recognition in PHP. I have a lot of wav files (10-15 seconds) and I would like Voice Recognition to recognise 1 or 2 words from each wav file and then flag it to database or...
Eloquence asked 22/4, 2012 at 15:58

6

I have a project using RecognitionListener written in Kotlin. The speech-to-text function was always a success and never presented any problems. Since last week, it's onResult function started to ...
Piperine asked 25/3, 2020 at 16:39

4

Solved

After reading the documentation of webkitSpeechRecognition (voice recognition in Javascript) I tried to implement it in Angular 2. But when I did this: const recognition = new webkitSpeechRecogni...

2

I want to start doing some of my coding by voice recognition software (maybe 10-20% of the work I do). I've seen that some people have had success with Dragon Natural Speaking (DNS) software, but...
Jaquiss asked 20/5, 2013 at 4:20

3

Solved

I have an app that keeps on listening to voice and converting it to commands using Google Voice API. I have been using setStreamMute(AudioManager.STREAM_SYSTEM, true) to mute the beep and it worke...
Psychrometer asked 11/2, 2014 at 12:8

3

I am trying to find an easy way to transcribe an audio file to text (CMU Sphinx, Julius, etc. are difficult for someone not knowledgable about voice recognition, configuring language models, acoust...

4

I have done a lot of R&D and gone through a lot of resources to resolve my problem but I have FAILED to get any proper solution. I have developed an app, now i want to add Voice based functio...
Rhodes asked 20/3, 2012 at 14:23

© 2022 - 2024 — McMap. All rights reserved.