Speech recognition is the technology that is used to convert spoken words to text.
1
vote
0answers
24 views
How to access the speech engine with python
I hear that there is a speech engine that will disregard any commands that you give it? i'm trying to make a program in python that you can tell it things. right now i'm using the windows 7 speech ...
0
votes
0answers
14 views
Android voice activity detection offline
I need to detect if there is voice in the environment, and I need to do all the processing in the phone without sending any sound information to a server because of privacy concerns.
I know there is ...
0
votes
1answer
41 views
Use Android Speech Recognition so that it stops only at the press of a button
I want to use speech recognition to record until you press the stop button .
Do you know any way to do this?
I tried a solution but it only works as long as you do not take breaks too long(4-5s).
If ...
0
votes
0answers
36 views
Lack of Offline Speech to Text Apis
I am trying to convert voice to text using offline techniques in pre Jelly Bean phones. I have tried CMUSphinx using the following tutorial
...
4
votes
1answer
51 views
Ending a phone call with a voice command to help a person who is paralyzed
I run a nonprofit organization that creates assistive technologies for people with disabilities. I am working with a client who is quadriplegic - he is unable to use his limbs but can speak fine. He ...
0
votes
1answer
28 views
Allow Spelling Letters using Speech Recognition Engine
I am currently developing a Voice Recognition Application. For this I have the requirement of allowing the users to spell letters of a particular word, such as for example a name. I tried to add the ...
0
votes
1answer
41 views
Errors in using my self-built library
I am now using pocketSphinx to build a C library. The problem is that if i put the main function together with all the header files(as the code below), it works well. Then i made a static library(with ...
0
votes
1answer
39 views
Home automation system by speech recognition
I am pursuing B.Tech in Computer Science. This is my final year project and I have finished a part of it. I have used Java and the application can understand the speech as it can convert the speech to ...
0
votes
0answers
20 views
Speech recognition in Asp.net web application
How to do speech recognition in asp.net web application. Scenario is when user speaks the name of the button the button event should get triggered. Do any one know please help
0
votes
1answer
33 views
Updated grammar doesn't load in sphinx4
First i'll explain what's happening.
I'm using Sphinx 4 for my voice recognition and I have zero experience with it or any other voice recognition so I'm not very good at it. Basically i'm attempting ...
-2
votes
0answers
26 views
How to build speech-to-text winRT-XAML application
How i can build Windows-8 Application (XAML) convert speech to text?
after search found library convert text to speech only(TranslatorService).
How can build this app ? and how can use 3rd party ...
0
votes
1answer
46 views
Best way, how to assign voice command to event / method in C#
in Visual Studio I´m creating application which use speech recognition for application control.
I´d like to ask you for help about what is the best way how to assign voice command to method.
I´m ...
0
votes
1answer
44 views
continous speech recognition with Webkit speech api
i started using this browser(chrome) feature.
i ve written a JS based on this , but the problem is even , it recognises the speech only once and ends . its not going continuously, i need to press the ...
0
votes
0answers
27 views
SpeechRecognizer gives fake results
I'm trying to find out how offline voice recognition works on Jelly Bean. After some googling, I started to use SpeechRecognizer but the onResults method of the RecognitionListener always gives me the ...
0
votes
2answers
44 views
How to train Recognizer in Microsoft.speech to better understand me
I am using SAPI 5.4 and wonder if it is possible to make the voice regonization better understand me i general or just to match my voice against certain phrases?
for example by recording certain ...
0
votes
0answers
25 views
Windows-8 Application with 3rd party library “ xaml”
My Windows-8 Application depend on " speech Recognition "
How can use " speech recognition 3rd party library " with XAML APP ????
1
vote
1answer
32 views
c# Kinect speech and gesture recognition not working together
I am writing a code that uses both speech and gesture recognition. I have used code from the Kinect Dev toolkit browser for speech and a blog ...
1
vote
1answer
43 views
How to update status facebook from windows 8 apps?
I am building a Windows 8 app which allow use Facebook and Twitter and Google...etc via speech recognition but I am stuck on the code to update status Facebook by speech Is this possible??
0
votes
2answers
40 views
Openears throws exc_bad_access when trying to analyze speech (I think) [closed]
I've been trying to get openears to work and I've followed the tutorial. I tried both with arc on and off and looked all over the place. It seems to work but once it says listening and I speak it ...
0
votes
2answers
51 views
How can i fix language for the grammar does not match the language of the speech recognizer error in vb
Hello in visual basic I am attempting to create a speech recognition system that can help me out with my life on the computer. I called my assistant Jarvis. For this project I imported ...
2
votes
3answers
57 views
Restricting speech recognition results on Android
I'm making an app that allows people to speak and select between a few options (Strings). I'm having a little problem making the Android Speech Recognizer fit my idea.
Is there a way to just pass to ...
2
votes
1answer
49 views
control mouse with speech recognition
I would like to create an application that controls a mouses location and its left and right clicks using speech recognition.
I have built an Application that can control the mouse pointer but I am ...
1
vote
2answers
34 views
Hello world for spoken NLP interaction (like Siri)?
If I have zero experience developing spoken NLP interaction, what is the easiest way for me to make a Hello World, and begin experimenting from there?
Any platforms and programming languages and APIs ...
2
votes
0answers
60 views
Can I make android offline voice recognition API public?
I have found documentation for using android offline voice recognition in Java Application here in doc/UAPI_User_Guide.pdf. As I understand I can't use it in Android application (it is not availiable ...
1
vote
1answer
26 views
Keyword or keyphrase spotting with Sphinx4
I am currently trying to make my java code (using eclipse) perform some function if a certain thing is said. I am using the Sphinx4 libraries and this is what I currently have:
What I would like it ...
0
votes
0answers
76 views
JARVIS type program that will not accept dicated text from speech recognition software
A while back I wrote a program a bit like (movie) Iron Man's JARVIS that takes commands like "open a program" or "read text" and then does the appropriate actions. I've written it so that commands can ...
0
votes
0answers
23 views
Android: SpeechRecognizer beep
Ok in Jelly Bean SpeecRecognizer have beep sound... I want to have same sound (or sound i choose) in the older versions.
I am doing it like this at the moment
int currentapiVersion = ...
0
votes
2answers
39 views
iPhone speech recognition for my Applicaiton?
Can Anyone please tell me some good and basic tutorial on voice recognition
actually i really don't know about this that is there any API available for this ?
Please send me the link of any basic ...
0
votes
0answers
27 views
Speech recognition library for a specific task
I want to extract all usages (with some margin of error) of a particular phrase from a set of audio files with total length of approximately 30 hours. I have no experience with speech recognition ...
0
votes
0answers
16 views
Run speech recognition service onClick in widget
I'm using SpeechRecognizer instead of regular dialog-like speech recognition.
In short, to start listening I use
Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
...
1
vote
1answer
16 views
How to set Culture name kinect SDK
i have an application in C# and i use a Kinect sensor for speech recognition.
It is possible to set the Culture in it-IT??
I think the problem is in the method GetKinectRecognizer() becouse in this ...
0
votes
1answer
45 views
how to disable windows speech recognition commands?
I am creating a program with python that allows you to do commands with windows speech recognition, the only problem is that i don't want speech recognition to use their default commands. Is there a ...
0
votes
1answer
61 views
Speech Recognition using LPC and ANN in Matlab
I have audio records of 4 phonemes (a, e, o, u) from 11 people. I trained an ANN using the data from 10 people, and used the other set for testing. I used 14 LPC coefficients of the first period ...
-1
votes
1answer
28 views
API to search inside video content
I want to know what API is avaiable to search inside video archive by specifying a text quiery (like TalkMiner does).
1
vote
1answer
58 views
How to get speech data?
In my program, I can the lexicons, text, words and much more using the users voice. But, is there any way of getting the pitch of user's voice? I am using windows speech API with c#.
Following is ...
-1
votes
0answers
37 views
How to decide Baum Welch initial HMM parameters?
I am trying to use Hidden Markov Models to classify garbage and non garbage in speech recognition. I am using the jahmm implementation in Java. My question is, how do I decide the parameters for the ...
0
votes
0answers
49 views
Sphinx4: recognize() won't run the second time
i am using sphinx4 to pause a thread until a specific keyword is spoken. This works great the first time, but the second time i need to pause the thread, the
recognizer.recognize()
seems to not ...
0
votes
1answer
18 views
System.Speech in Silverlight is not offered
How can I use System.Speech in Silverlight (Out-of-browser) or Silverlight 5 (in-browser with elevated trust)?
I tried http://archive.msdn.microsoft.com/nesl library but it doesn't have dictation ...
0
votes
0answers
13 views
microsoft speech lib. Add custom language grammar,and train?
Is it possible to add my own custom "words" as grammer, and can I train the engine to recognise it?
0
votes
0answers
12 views
google speech recognition offline linux [migrated]
When I was doing some research on speech recognition, I saw some articles about the google speech recognition service on android being able to be downloaded and used offline on android. I also saw ...
0
votes
1answer
57 views
Observation sequences format for HMM in speech recognition
I am trying to develop a system to seperate garbage from non-garbage in speech recognition. I am using the jahmm implementation of the Hidden Markov Models. I'm confused about the format I should ...
1
vote
0answers
11 views
RecognitionEventArgs::Result Property
I am seeking for the information of values I can get from the MS Speech engine property RecognitionEventArgs::Result . This link provide nothing about it because no data about how to use them. ...
0
votes
1answer
95 views
Speech recognition c#
I am trying to get a simple speech recognition program started but it does not work, I've installed some languages (en-GB & en-US) but whenever I use the following:
...
-1
votes
0answers
41 views
beginner in Android speech recognizer [closed]
Could anyone guide me what does the following code mean?
How can I find some details of following code, like which feature is being used? And what speech modelling technique is applied?
private void ...
0
votes
1answer
29 views
How to add custom SR (Speech Recognition) to Microsoft SAPI
I have a Speech Recognition application for a Language X.
This language is not supported by Microsoft SAPI. How can I add this SR for Language X to Microsoft SAPI so that I can use it via Microsoft ...
1
vote
2answers
42 views
compare two phonemes/strings for similarity [duplicate]
I have a string which is "The White Horse is hungry"
Now, I need to match this with the possible pronunciations. Following are examples. (Think these as phonemes, OK I mean the way the user can ...
0
votes
2answers
50 views
Silverlight Speech Recognition (In browser)
Since this topic is a bit out dated I would like to re-discuss it here.
After searching the web, I came across the following link:
http://archive.msdn.microsoft.com/nesl which runs only out of ...
0
votes
1answer
41 views
Web Speech API: Dom Exception 11
I'm trying to use the web speech API in Chrome 27 with the following code -
$(function(){
initRecognition();
});
function initRecognition(){
if(window.recognition !== undefined){
...
1
vote
1answer
85 views
How to use Speech Recognition inside the iOS SDK? [duplicate]
i know that there is no public API for the SIRI-Services,
but is there an API for simple Speech-Recognition ? So if i have a textfield and the user taps onto that textfield, a keyboard with the ...
2
votes
0answers
44 views
How to get phonemes for the word?
How to get the reference phonemes for the word in windows speech engine using c# ? This possible with SAPI 5.3 using ISpEnginePronunciation::GetPronunciations
Please help



