Top "Speech-recognition" questions

Speech recognition (SR) is the inter-disciplinary sub-field of computational linguistics which incorporates knowledge and research in the linguistics, computer science, and electrical engineering fields to develop methodologies and technologies that enables the recognition and translation of spoken language into text by computers and computerized devices such as those categorized as smart technologies and robotics

Development of application similar to "Google now" - is it possible to use voice recognition without key input?

I'm trying to develop a cool application that uses the TTS engine and speech recognition. So far it's ok but …

java android speech-recognition text-to-speech google-now
Find Pitch in speech frame

I have a speech frame. when I compute the LP residual, I could not estimate the pitch truly. I need …

matlab signal-processing speech-recognition pitch pitch-tracking
Speech Recognition - Run continuously

I'm trying to create an HTML5-powered voice-controlled editor using the Speech Recognition API. Currently, the problem is when you …

javascript html speech-recognition html5-audio
Google Speech Recognition API Result is Empty

I'm performing an asynchronous request to Google Cloud Speech API, and I do not know how to get the result …

google-api speech-recognition google-cloud-speech
Google Speech Recognition API: timestamp for each word?

It's possible to use Google's Speech recognition API to get a transcription for an audio file (WAV, MP3, etc.) by …

audio speech-recognition speech-to-text speech google-speech-api
SpeechRecognizer throws onError on the first listening

In the Android 5 I faced with strange problem. The first call to the startListening of SpeechRecognizer results to the onError …

android speech-recognition speech
web speech api speech synthesis - getting voice list

I'm having a weird issue with the web speech api. I've set up some code to speak a string of …

javascript google-chrome webkit speech-recognition text-to-speech
Does iOS provide built in text to speech support or any class like NSSpeechRecognizer?

i have found many libraries like flite which can be be used, as in given here, but I want to …

ios speech-recognition text-to-speech
Building Speech Dataset for LSTM binary classification

I'm trying to do binary LSTM classification using theano. I have gone through the example code however I want to …

python-2.7 speech-recognition theano mfcc lstm
Launch app on voice command (android)

I need an example of how I could launch my app on a voice command (trigger word). So some sort …

java android speech-recognition voice launcher