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 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-nowI 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-trackingI'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-audioI'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-speechIt'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-apiIn the Android 5 I faced with strange problem. The first call to the startListening of SpeechRecognizer results to the onError …
android speech-recognition speechI'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-speechi have found many libraries like flite which can be be used, as in given here, but I want to …
ios speech-recognition text-to-speechI'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 lstmI 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