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

Mel Frequency Cepstral Coefficients (MFCC) in C/C++

Is there any implementation of MFCC available in C/C++? Any source codes or libraries? I've already found http://code.…

speech-recognition windowing mfcc
How do you recognize speech with the Python module Dragonfly?

I have been trying to figure out how to use the Dragonfly module. I have taken a look at the …

python speech-recognition python-dragonfly
example of AlwaysOnHotwordDetector in Android

Can someone provide an example of how to use the new AlwaysOnHotwordDetector class in Android? I'd like to build an …

android speech-recognition android-5.0-lollipop
Need text to speech and speech recognition tools for Linux

I'm planning on writing a program for Linux that uses text to speech and speech recognition. What are the best …

linux speech-recognition text-to-speech
ARPA language model documentation

Where can I find documentation on ARPA language model format? I am developing simple speech recognition app with pocket-sphinx STT …

nlp speech-recognition cmusphinx sphinx4 language-model
How do I build a large-vocabulary language model for CMU Sphinx?

I would like to build a language model for CMU Sphinx, but my corpus has more than 1000 words so I …

speech-recognition cmusphinx
Android - Speech Recognition Limiting Listening Time

I am using Google API for speech recognition, but want to limit listening time. For example two seconds. After two …

android speech-recognition recognizer-intent
How can I use Opus Codec from JavaScript

I would like to see if it's possible to have direct access to Opus using getUserMedia or anything similar from …

javascript html speech-recognition getusermedia opus
Speech Recognition got an error on iOS

I'm studying the Speech Recognition on the iOS, but Every time I call the method [_recognitionRequest endAudio] , it always got …

ios objective-c speech-recognition siri sfspeechrecognizer
AVAudioEngine inputNode installTap crash when restarting recording

I am implementing Speech Recognition in my app. When I first present the view controller with the speech recognition logic, …

ios swift3 speech-recognition avaudioengine sfspeechrecognizer