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

INVALID_ARGUMENT: Request payload size exceeds the limit: 10485760 bytes

I'm using for the first time the GCS Speech API for a project to convert a series of audio files …

speech-recognition speech-to-text google-speech-api
MFCC - 13 Coefficients

I'm trying to compute a MFCC algorithm based upon this paper I found (http://arxiv.org/pdf/1003.4083.pdf) so what …

signal-processing speech-recognition mfcc
How to split male and female voices from an audio file(in c++ or java)

I want to differentiate betwen the male n female voices in an audio file and seperate them.As an output …

audio speech-recognition speech
Convert audio files for CMU Sphinx 4 input

I have a big batch of files I'd like to run recognition on using CMU Sphinx 4. Sphinx requires the following …

java audio ffmpeg speech-recognition cmusphinx
What does gs protocol mean?

I'm playing with Google Speech Recognition API After a successfully Getting started I'm trying to understand and made some changes …

json uri speech-recognition google-cloud-platform
iOS 10.0 Speech Recognition Error kAFAssistantErrorDomain

I try using speech recognition as below let urlpath = Bundle.main().pathForResource("myvoice2", ofType: "m4a") let url:URL = URL.…

ios swift speech-recognition sfspeechrecognizer
C# Speech Recognition

I am making a Smart House Control System right now, and I have a little problem. I was thinking on …

c# speech-recognition speech-synthesis
Convert Audio File to text using System.Speech

I am looking to convert a .wav file recorded through an android phone at 16000 to text using C#; namely the …

c# speech-recognition speech-to-text system.speech.recognition
How to train an lstm for speech recognition

I'm trying to train lstm model for speech recognition but don't know what training data and target data to use. …

tensorflow speech-recognition keras speech-to-text lstm
Writing speech-recognition engine

So, like many others I decided to create my own speech-recognition engine. As it turned out, it's not easy at …

speech-recognition georgian