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
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-apiI'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 mfccI want to differentiate betwen the male n female voices in an audio file and seperate them.As an output …
audio speech-recognition speechI 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 cmusphinxI'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-platformI try using speech recognition as below let urlpath = Bundle.main().pathForResource("myvoice2", ofType: "m4a") let url:URL = URL.…
ios swift speech-recognition sfspeechrecognizerI am making a Smart House Control System right now, and I have a little problem. I was thinking on …
c# speech-recognition speech-synthesisI 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.recognitionI'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 lstmSo, like many others I decided to create my own speech-recognition engine. As it turned out, it's not easy at …
speech-recognition georgian