Most voted "voice-recognition" questions
19 questions
Sort by count of
-
3
votes1
answer838
viewsSpeech Recognition does not work
Why the Speech Recognition does not work on Windows 7 or Windows 10. I developed by Microsoft sample code and it didn’t work, I found this code on the internet that shows it working on the person’s…
-
2
votes1
answer574
viewsVoice recognition without Grammar
I have an example of using the Microsoft Speech Api, but all examples of Speech Recognition use Grammar for recognition only of what was pre-defined, I wonder if I always have to use Grammars or if…
-
2
votes1
answer1118
viewsVoice recognition on Android
I did some research and need help to implement voice recognition in an application with Android Studio, I’m having some difficulties in finding support material. Thanks in advance!
-
2
votes0
answers587
viewsSystem.Speech in Portuguese-Brazil
I wonder if through the System.Speech can use in Portuguese - Brazilian. My operating system is in the English language. I already downloaded all the necessary packages, and if I put in the English…
-
1
votes0
answers156
viewsUse windows text and speech converter voices in javascript and nodejs
Does anyone know how to use the text converter and speak windows in javascript or js Node? has to be windows necessarily ..
-
1
votes0
answers44
viewsHow to recognize a phone number using xml grammar?
I’m using nuance to recognize voice in calls, I need to pick up the person’s phone to validate the registration, how to do? For example, if the person says 95 (ninety-five) - I’m getting 90 - 5 and…
-
1
votes0
answers24
viewsWatson Speechtotext crash app android when Microphonehelper is called
I cannot start the audio recording. I am receiving the following error: E/AudioRecord: start() status -38 E/AndroidRuntime: FATAL EXCEPTION: Thread-7713 Process: com.sienaapp.sienaapp, PID: 5005…
-
1
votes0
answers44
viewsAndroid voice knowledge
I’m making an app in which I ask a question and the phone answers me as the question asked,but the problem is that the phone listens but does not answer me, IE, does not speak. public class…
-
1
votes1
answer65
viewsSpeech recognition is giving stack overflow
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Speech.Synthesis; //namespace using System.IO; namespace SIF { public…
-
1
votes0
answers851
viewsPocketsphinx voice recognition - Python 3.5
I am doing voice recognition with the modules pocketsphinx and Speech recognition, but when I went to make the code available offline, the program returns the following error: Traceback (most recent…
-
0
votes0
answers82
viewsUnauthorized Text to Speech Watson IBM
I have a problem trying to make a request through the text-to-Speech api, when trying to make the request it gives the following error: { "code": 401, "error": "Unauthorized" } My JS code $(function…
-
0
votes1
answer105
viewsProblems with special character (c...)
I’m making a system with Speech Recognition where as I speak it goes saving in a file . db (or .txt) but I noticed that the following characters appear when I speak a word with special characters…
-
0
votes1
answer54
viewsThread Android error that is crashing the app at the time of opening
I’m doing an initial project to test the functionalities of the Speechrecognizer library from google for android, but at the time if climbing the App I’m having problems, in this case it just closes…
-
0
votes1
answer180
viewsHow to calculate the MFCC?
Hello, these days I woke up wanting to learn about voice recognition, with a brief research I found on the MFCC, so I decided to study and found this material through a google search: -…
-
0
votes2
answers60
viewsHow to create variables dynamically (Speech_recognition)
I need to transcribe a 21 minute audio using speech_recognition and recognize_google the problem is that the api does not allow any audio size, I do not know exactly which but it is greater than 30…
-
0
votes1
answer15
viewsError using Sound Exchange (Sox)
I am trying to use the Goggle Speech-to-text API in Node.js, but when I try to run the service I find the error: My environment of development at work today is Windows 7, however I already managed…
-
0
votes1
answer68
viewsIs there any way to get Speechrecognition{python} to wait until the user speaks?
I am making a program that will return me a response according to what I tell him, for that I used the Speechrecognition library to take what I say and pass as parameter, only that I realized that…
-
-2
votes1
answer678
viewsdownload and install Microsoft.Speech.Recognition
Someone could inform me the link where I can download this Referral: Microsoft.Speech.Recognition; and if possible help me install it. Thank you
-
-3
votes1
answer280
viewsMusic recognition API (php)
I am working on a mini project, and I would like to know if there is an API (php) that can receive a piece of music and return the title of the same. A concrete example is the site :…