Speech is the vocalized form of human communication.
30
votes
16answers
5k views
Voice Recognition Software For Developers
Well the doc's finally said it, I need to take it easy on my wrist for a few months. Being that I'm a .NET Developer this could end my livelihood for a little while, something I'm not anxious to do. ...
29
votes
3answers
10k views
What is the difference between System.Speech.Recognition and Microsoft.Speech.Recognition?
There are two similar namespaces and assemblies for speech recognition in .NET. I’m trying to understand the differences and when it is appropriate to use one or the other.
There is ...
26
votes
5answers
21k views
Android: Speech Recognition without using google server [closed]
I want to develop an Speech recognizer in android, which should work in offline. As the android's built-in speech recognizer uses google server which needs internet, i want an alternative which works ...
19
votes
3answers
9k views
How can I use speech recognition without the annoying dialog in android phones
Is this possible without modify the android APIs?
I've found a article about this.
There's one a comment that I should do modifications to the android APIs.
But it didn't say how to do the ...
11
votes
4answers
9k views
Voice Recognition in C++
I'm looking for a way to implement trainable voice recognition in C++.
I've found the SAPI 5.3 SDK which looks promising, but the only tutorials that I can find are for TTS which is the opposite of ...
11
votes
3answers
4k views
Audio analysis to detect human voice, gender, age and emotion — any prior open-source work done?
Is there prior open-source work done in the field of 'Audio analysis' to detect human-voice (say in spite of some background noise), determine speaker's gender, possibly determine no. of speakers, age ...
11
votes
3answers
9k views
Use x-webkit-speech in an HTML/JavaScript extension
I am trying to use the new x-webkit-speech function in a simple HTML/JavaScript extension in Google Chrome. I, however, have tried and tried looking at a bunch of examples and cannot get it to ...
10
votes
1answer
316 views
Fastest Speech recognition library C++ [closed]
I know its a general question topic, but still i want to know whats the fastest speech recognition library in C++?
Currently I am using Microsoft SAPI with kniect. It works fine and recognizes words ...
10
votes
5answers
9k views
Open source code for voice detection and discrimination
I have 15 audio tapes, one of which I believe contains an old recording of my grandmother and myself talking. A quick attempt to find the right place didn't turn it up. I don't want to listen to 20 ...
8
votes
3answers
663 views
Reading Source Code Aloud
After seeing this question, I got to thinking about the various challenges that blind programmers face, and how some of them are applicable even to sighted programmers. Particularly, the problem of ...
7
votes
2answers
3k views
Pocket Sphinx on Android
What are the steps required to use PocketSphinx on Android?
I have found various hints around the web that it is possible, but not real answers and hence I ask my question here.
7
votes
3answers
787 views
Text-to-speech in PHP with Google Translate
I am trying to convert words to speech ..
Untill now I have tried this:
<?php
$text = "Hello this is a test for voice api of google";
// Name of the MP3 file generated using the MD5 hash
...
7
votes
2answers
339 views
Is there software that outputs speech-to-text at the Phonological level?
Is there any software out there capable of taking audio files and outputting phonological (IPA) text?
I understand much of the software out there takes it straight to a language, but is there one ...
6
votes
1answer
5k views
Acoustic training using SAPI 5.3 Speech API
Using Microsoft's SAPI 5.3 Speech API on Vista, how do you programatically do acoustic model training of a RecoProfile? More concretely, if you have a text file, and an audio file of a user speaking ...
6
votes
1answer
10k views
good Speech recognition API
I am working on a college project in which i am using speech recognition. Currently i am developing it on windows 7 pc and i m using system.speech API package which comes along with .net and i am ...
6
votes
1answer
2k views
Speech Recognition on Kinect
I have a project for recognition. It works, but if I use this project how a class and call its methods from other class I have a problem with exception on line:
sre = new ...
6
votes
2answers
5k views
Python-Speech recognition
I have an audio file(recorded telephone conversation of 2 people). I need to separate the voices of 2 speakers automatically. I am new to speech recognition and I looked at wave module of python but ...
6
votes
1answer
3k views
Google speech to text API for languages other then English
Is there an API for speech to text for languages other then English? I know the API for English (http://developer.android.com/resources/articles/speech-input.html) but I want be able to recognize ...
5
votes
2answers
2k views
Can the input with attr “x-webkit-speech” be with language other than English?
Currently, the Chrome x-webkit-speech seems only works well with English, can it be with other languages?
5
votes
4answers
154 views
Is there a way to rank the difficulty of pronunciation of a word?
I'm trying to build a collection English words that are difficult to pronounce.
I was wondering if there is an algorithm of some kind or a theory, that can be used to show how difficult a word is to ...
5
votes
1answer
536 views
Microsoft Speech Recognition Custom Training
I have been wanting to create an application using the Microsoft Speech Recognition.
My application's users are expected to often say abbreviated things, such as 'LHC' for 'Large Hadron Collider' or ...
5
votes
1answer
1k views
Dragon NaturallySpeaking Programmers
Is there anyway to encorporate Dragon NaturallySpeaking into an event driven program? My boss would really like it if I used DNS to record user voice input without writing it to the screen and saving ...
5
votes
1answer
475 views
How to identify speaker from voice pattern using Microsoft Speech?
I'm using Microsoft Speech C# API for Home Automation commands
I'd like to know if there is a way or built-in C# method to hash Voice Input and recognize who's speaking. If it is Alice or Bob to say ...
4
votes
2answers
4k views
How do you create your own text to speech voice?
I'm trying to create a digital assistant and I'm looking for a very specific voice. I was curious about what it takes to create your own and I can't find any information on the process. When I search, ...
4
votes
2answers
2k views
pyspeech (python) - Transcribe mp3 files?
I'd like to transcribe mp3 (speech-to-text) using the pyspeech API. I don't know if this is possible, though.
Is it? How?
4
votes
1answer
105 views
Speech Production Process
I am studying Speech Recognition from Rabiner's book. In this book the author has asked a question Explain the distinct speech production process for producing voiced, unvoiced and plosive sounds The ...
4
votes
1answer
244 views
How can I record voice from microphone in wave format in windows RT?
I was able to get the file in mp3 and wma format. But I need wave format.
4
votes
1answer
1k views
Vector Quantization in Speech Processing Explanation
I'm having trouble determining from this research paper exactly how I can reproduce the Standard Vector Quantization algorithm to determine the language of an unidentified speech input, based on a ...
3
votes
6answers
633 views
Recognize letters said by a person using java
I need to recognize a alphabet spoken by user into a device's microphone. The device could be a Android driven mobile phone.
For example, when user says 'R' it should give me 'R' and not 'Are'..
...
3
votes
2answers
159 views
Are there programming languages designed to use only speech for input?
I am interested in developing a domain-specific language which could be driven only by speech input. Are there examples of programming languages designed specifically for speech-only input? We can ...
3
votes
2answers
1k views
Android: How to detect when a user stops talking into the microphone
I have an Android application that begins recording from the microphone when the application starts. In my current version, the user must press a STOP button to stop recording.
How do I detect that ...
3
votes
6answers
1k views
Which Audio Codec should I use?
Which audio codec should I choose for my C# software development project where the raw audio to be transcoded/transported/used is based on the following:
For encoding Speech only
Audio can be stereo ...
3
votes
1answer
341 views
Redirecting all input from Dragon NaturallySpeaking to Python? (Using Natlink)
I am currently writing an AI program that receives input from Dragon NaturallySpeaking (using Natlink), processes it, and returns a spoken output. I was able to come up with a Receiver GrammarBase ...
3
votes
1answer
143 views
Speech Recognition Library for OS X
I'm literally going crazy to be able to run this library:
libsprec
With the makefile for "os x" I created all files .o and the file .dylib.
The makefile has also copied created files to /usr/lib and ...
3
votes
1answer
115 views
Use hindi or kannada language for microsoft speech sdk [closed]
Is there any language packs available in Hindi or Kannada for Microsoft Speech SDK. Hindi and Kannada are languages spoken in India.
3
votes
2answers
729 views
Automate speech input recording in Chrome
I'm trying to automate the recording of speech in Google's speech input (only works in Chrome).
As it is, the user has to click the mic to start the recording but I'm working on an installation where ...
3
votes
0answers
469 views
Speech training files and registry locations
I have a speech project that requires acoustic training to be done in code. I a successfully able to create training files with transcripts and their associated registry entries under Windows 7 using ...
2
votes
3answers
6k views
API or SDK for speech to text(speech recognition ) iphone
Hi i want to have a speech recognition api or sdk which recognizes the speech spoken by the user and gives its text form .
Detailed Description is as follows
In my application i need to play an ...
2
votes
2answers
5k views
Speech to Text on Android
I am looking to create an app which has Speech to text.
I am aware of this kind of ability using the RecognizerIntent: http://android-developers.blogspot.com/search/label/Speech%20Input
However - I ...
2
votes
2answers
373 views
AppleScript and Speech
Is it possible to stop any speech that the Mac is currently producing (or has queued) using an AppleScript?
I'm basically looking for the opposite of the AppleScript "say" command.
2
votes
1answer
55 views
How to make MS speech API more accurate when recognizing only two commands
I am trying to use Speech API 5.1 in command and control mode in a c# application. I am using it inProc and have only two commands in the grammer. The problem I am facing is related to the accuracy of ...
2
votes
1answer
92 views
What format is speech sent to cloud with Android speech recognition?
I'm building an app that includes speech recognition - I intend to use the Android speech recognition service or the voice typing functionality.
From what I have read, the speech is mostly processed ...
2
votes
1answer
525 views
Speech Recognition in C# with specific command
I was developed a application that can only recognize some word. I've several questions.
1)Can I able to develop something like
if(command == Browser)
{
//open default browser
}
2) If Yes, how ...
2
votes
1answer
135 views
Speech recognition results comparing to chinese unicode
I am trying to develop a app for my country's elderly. In a multi-racial country, i need to detect voice for English and Chinese(for now). I am having some problems with comparing the output, which is ...
2
votes
1answer
433 views
Is there any API for Text-Speech? [closed]
I'm looking for a Text-Speech API for my project, but I couldn't find a good one, because I'm looking for free.
I have found iSpeech, It's free for mobile developers but you must pay if you are a web ...
2
votes
1answer
4k views
How can you make the android emulator support speech recognition
I am writing an app which uses android's speech recognition. However my app doesnt run well on the emulator - runs fine on the mobile itself however.
On the emulator I get a red error message through ...
2
votes
1answer
1k views
Why is the Microsoft Speech Recognition SemanticValue.Confidence value always 1?
I'm trying to use the SpeechRecognizer with a custom Grammar to handle the following pattern:
"Can you open {item}?" where {item} uses DictationGrammar.
I'm using the speech engine built into Vista ...
2
votes
2answers
2k views
Using c++ to call and use Windows Speech Recognition
I am making an application that involves the use of windows speech recognition. I am thinking of using c++ to do this since i have some experience with this language. The way i want to use the speech ...
2
votes
1answer
809 views
Library for extracting words (speech) out from audio stream?
I have an audio stream and I would extract words (speech) from it. So for example having audio.wav I would get 001.wav, 002.wav, 003.wav, etc where each XXX.wav is one word.
I am looking for a ...
2
votes
2answers
112 views
Recognizing individual voices
I plan to write a conversation analysis software, which will recognize the individual speakers, their pitch and intensity. Pitch and intensity are somewhat straightforward (pitch via autocorrelation). ...