speech

Speech to Phoneme in .Net

吃可爱长大的小学妹 提交于 2019-12-01 19:09:31
The problem is that I want to get phonemes of a audio speech in C# language. say you have an audio file like "x.wav" that says "hello dear Shamim". i want to extract all the phonemes of the speech and their relative timings. something like the picture below: I used System.Speech library (both recognition and synthesis namespaces) but i didn't find what i wanted. Now don't be mistaken! I don't want the phonemes of the sentence "hello dear Shamim", i want to extract the phonemes from an unknown audio input that speaks and English sentence. I tried System.Speech.Recognition but it tries to

Speech to Phoneme in .Net

橙三吉。 提交于 2019-12-01 17:52:59
问题 The problem is that I want to get phonemes of a audio speech in C# language. say you have an audio file like "x.wav" that says "hello dear Shamim". i want to extract all the phonemes of the speech and their relative timings. something like the picture below: I used System.Speech library (both recognition and synthesis namespaces) but i didn't find what i wanted. Now don't be mistaken! I don't want the phonemes of the sentence "hello dear Shamim", i want to extract the phonemes from an unknown

How to add custom SR (Speech Recognition) to Microsoft SAPI

喜夏-厌秋 提交于 2019-12-01 13:41:07
I have a Speech Recognition application for a Language X. This language is not supported by Microsoft SAPI. How can I add this SR for Language X to Microsoft SAPI so that I can use it via Microsoft SAPI ? So What I wonder is Can I add a custom SR to Microsoft SAPI? If so How? If It is a complex process, where to find details? SAPI is just the application programming interface, it only provides the connector for the speech recognition engine. There could be multiple implementations of the same interface. If default implementation by Microsoft doesn't include language X you have multiple choices

getting started with speech recognition and speech synthesis

喜你入骨 提交于 2019-12-01 12:56:39
问题 i want to get started with speech recognition and speech synthesis in Prototype based on speech recognition somebody told me to use microsoft speech server (sdk and so on) when i have this, how do i programm an application, and with which programming language (development enviroment?)? has someone experience with asterisk or SVOX? i need to do: speech recognition speech synthesis i doesn't have to be a very good speech recognition - i think 30 -50 words should be enough for the beginning. i'm

Smart Way to Handle Voice Commands in Code to Action a Command

谁说我不能喝 提交于 2019-12-01 11:19:48
Rather than using Switch/Case or IF Boolean checks that can get very long and awfully tedious, I wonder if a better way can be sought for handling and processing Commands. E.G: if(settings.getName == Command) { Speak("I am here"); } if("Get News Feed" == Command) { MyRSSFeed RSSNewsFeed = new MyRSSFeed(); RSSNewsFeed.GetFeed(); } The if commands go on... Here is a snippet of my Switch Statement: switch (Command) { #region <-- Get Time Command --> case "Time Please": case "Whats the Time": case "What Time is it": GetCurrentTime(); break; #endregion <-- Get Time Command --> #region <-- Get Date

How to install Speech to text in Google Glass?

橙三吉。 提交于 2019-12-01 11:18:22
I developed an app using the Android 4.1.2 and speech to text is working well but when I tried it on the Google Glass it is not working(Activity not found exception). This is my Speech to text Code Intent intent = new Intent( RecognizerIntent.ACTION_RECOGNIZE_SPEECH); intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, "en-US"); try { startActivityForResult(intent, requestCode); } catch (ActivityNotFoundException a) { Toast t = Toast.makeText(getApplicationContext(), "Opps! Your device doesn't support Speech to Text", Toast.LENGTH_SHORT); } I tried to install the Speech Synthesis apk

Smart Way to Handle Voice Commands in Code to Action a Command

偶尔善良 提交于 2019-12-01 07:44:30
问题 Rather than using Switch/Case or IF Boolean checks that can get very long and awfully tedious, I wonder if a better way can be sought for handling and processing Commands. E.G: if(settings.getName == Command) { Speak("I am here"); } if("Get News Feed" == Command) { MyRSSFeed RSSNewsFeed = new MyRSSFeed(); RSSNewsFeed.GetFeed(); } The if commands go on... Here is a snippet of my Switch Statement: switch (Command) { #region <-- Get Time Command --> case "Time Please": case "Whats the Time":

How to install Speech to text in Google Glass?

我只是一个虾纸丫 提交于 2019-12-01 07:28:29
问题 I developed an app using the Android 4.1.2 and speech to text is working well but when I tried it on the Google Glass it is not working(Activity not found exception). This is my Speech to text Code Intent intent = new Intent( RecognizerIntent.ACTION_RECOGNIZE_SPEECH); intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, "en-US"); try { startActivityForResult(intent, requestCode); } catch (ActivityNotFoundException a) { Toast t = Toast.makeText(getApplicationContext(), "Opps! Your device

speech input in chrome 25 on Android

跟風遠走 提交于 2019-12-01 06:55:05
问题 On a PC, running chrome 25 (non beta) shows me a microphone icon, clicking on it prompts for input. When I stop talking, my alert call is executed. All good. On a Galaxy Note smart phone running chrome 25 (non beta) running Android 4.04, loading the same page does not show the microphone icon. Also doesn't work on a Google Nexus-10 tablet running android jelly bean. I've also tried which also fails to show the microphone option on android chrome 25. Given that the Chrome 25 release touts both

Speech to text sdk freezes after video playback

女生的网名这么多〃 提交于 2019-12-01 01:17:31
I'm using speech-to-text sdk provided by https://github.com/todoroo/iPhone-Speech-To-Text Recognizer works just fine until the moment I playback a video using MPMoviePlayerController. Here is the code i'm using to call recognizer: - (IBAction)actionBtRecognition:(id)sender { if(recognizer == nil){ recognizer = [[SpeechToTextModule alloc] init]; } [recognizer beginRecording]; } To playback movie I used this tutorial So, once I playback a movie and call recognizer, it's just freezes. When I debug sdk source code, I was found that my voice is not recording. Variable meterStateDB.mAveragePower is