speech-recognition

Speech recognition in C or Java or PHP? [closed]

我怕爱的太早我们不能终老 提交于 2019-11-28 16:08:15
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Is there any well known established framework for C or Java or PHP to do speech recognition applications? Microphone audio input and it will recognize English words. Such as pseudo code: Speech s = new Speech(); s.input(micStream); result = s.recognise("Hello"); if (result) { printf("Matched hello"); } else {

System.Speech in Mono on Linux

丶灬走出姿态 提交于 2019-11-28 14:11:29
I'm working on a project in Linux (KUbuntu) using Mono and Monodevelop. I want to use the System.Speech library, which is completely possible with Monodevelop in Unity on Windows 7. I've been doing a lot of looking online over the past few hours and as far as I can tell System.Speech WAS added to Mono. I've updated all of mono, mono --version is showing 4.0.2 (latest version), and Monodevelop version is showing 5.9.4 (as far as I can tell that also is the most updated version). This is making me think that I have all of the latest updates for all the development software. I've rebooted,

The language for the grammar does not match the language of the speech recognizer

我的梦境 提交于 2019-11-28 12:46:01
Good day! It is about Microsoft Server Speech SDK v11.0 (Server version). I have run test example at MSDN sample . So English phrases -red,blue - recognized well. But I want to recognize Russian language too -install Microsoft Speech Recognition Language -TELE (ru-RU) and runs my app/ Code: static void DoWork() { Thread.CurrentThread.CurrentCulture = new CultureInfo("ru-RU"); Thread.CurrentThread.CurrentUICulture = new CultureInfo("ru-RU"); // Create a new SpeechRecognitionEngine instance. SpeechRecognitionEngine sre = new SpeechRecognitionEngine(); // Configure the input to the recognizer.

pyspeech (python) - Transcribe mp3 files?

只愿长相守 提交于 2019-11-28 12:21:40
I'd like to transcribe mp3 (speech-to-text) using the pyspeech API. I don't know if this is possible, though. Is it? How? pyspeech seems to be merely a python interface to the regular Windows speech APIs. Most likely you'd create some method of treating mp3 playback as an audio source for that speech API to listen to. Michael Levy I don't know about pyspeech, but if it is a Python wrapper around the Microsoft speech APIs, then some other posts may be helpful. Microsoft Speech engines do not require microphone input. They can accept audio files. If you are doing transcription, you will need a

Restricting speech recognition results on Android

时光怂恿深爱的人放手 提交于 2019-11-28 11:44:26
I'm making an app that allows people to speak and select between a few options (Strings). I'm having a little problem making the Android Speech Recognizer fit my idea. Is there a way to just pass to the SpeechRecognizer the parameters that are "valid" and having it select between those the "best" match? I don't need the code, I just need some guidance as my google-fu seems to be failing me today. Our solution to this problem is described at http://kaljurand.github.io/Grammars/ , e.g. check out the paper linked from this page: Kaarel Kaljurand, Tanel Alumäe. Controlled Natural Language in

Speech to text API for iphone? [closed]

人盡茶涼 提交于 2019-11-28 11:43:30
Can anyone provide sample integration or please let me know any 3rd party api for speech to text conversion in iphone ? Thanks & Regards, Tariq You could look into CMU Sphinx and VocalKit (on github). Using pocketsphinx it would be easier http://cmusphinx.sourceforge.net/ OpenEars – iPhone Voice Recognition and Text-To-Speech http://www.politepix.com/openears/ 来源: https://stackoverflow.com/questions/3598549/speech-to-text-api-for-iphone

Suppressing noise in wav files

自作多情 提交于 2019-11-28 11:42:08
I am working on a prototype for speech 2 text conversion using a wav file as an input .I am currently experimenting with several ASR's such as Microsoft SAPi, Sphinx etc. The audio wav file which is passed consists of several distortions/noises from the background. I tried using audacity to remove the noise completely and the recognition became a wee bit better. The noise removal part, i cam currently doing it via the Ui provided. My background being java, i wanted to implement the same noise removal part using java. I have downloaded the Audacity source code and i was wondering about which

Is there a way to use iOS speech recognition in offline mode?

霸气de小男生 提交于 2019-11-28 09:46:41
I want to know if there's a way to use iOS speech recognition in offline mode. According to the documentation ( https://developer.apple.com/reference/speech ) I didn't see anything about it. I am afraid that there is no way to do it (however, please make sure to check the update at the end of the answer) . As mentioned at the Speech Framework Official Documentation : Best Practices for a Great User Experience: Be prepared to handle the failures that can be caused by reaching speech recognition limits. Because speech recognition is a network-based service , limits are enforced so that the

API or SDK to make speech recognition only for numbers (between 1 and 10000)?

你离开我真会死。 提交于 2019-11-28 09:45:03
问题 I need a specialized solution optimized to detect numbers between 1 and 1000 to be used on a smartphone. Best solution would be to have this SDK working offline. Any idea ? I do not find any configuration with Google Speech or Amazon Transcribe to allow "number only" 回答1: It is not quite right to strictly expect numbers from people, they usually say many things like "i don't know" or "wait a bit" even if you ask them for numbers. You will harm the experience significantly. You have to analyze