voice-recognition

Compact framework voice recognize API or library

浪尽此生 提交于 2019-12-11 01:12:04
问题 So far my research telling me that there is no free library for voice recognize. Is this still a case, (because all post I found is old few years). Is there sample app, or anything that I can start with If I want to make my WinMobile C# app be able to recognize Voice from input. 回答1: The only library I'm aware of that works with Windows Mobile and the Compact Framework is Chant. 回答2: Have a look at http://www.microsoft.com/speech/developers.aspx Microsoft offer free implementations, but they

CMU Sphinx 4 - 5 pre alpha install guide

核能气质少年 提交于 2019-12-10 19:56:46
问题 Are there any good, preferably step by step install guides for CMU Sphinx 4 -5prealpha(latest version)? I couldn't find any and the official guide is outdated. I've been trying to follow the steps but after i'm done i'm missing 2 jars(jsapi and tags) and if i try to get them from the version before eclipse doesn't find any of the classes. I haven't had too much experience with seting up such projects for eclipse, all i did before was maybe create some custom libraries so that's why i'm asking

Can Microsoft Bing Speech be configured to return only numbers / letters?

懵懂的女人 提交于 2019-12-10 19:29:35
问题 Can the Microsoft Bing Speech API be configured to only return numbers and letters, as opposed to full words? The use case is translating Canadian postal codes. Ex. M 1 B 0 R 3. Microsoft may return "Em 1 Be 0 Are 3" Our audio file is 8000hz and encoded with "M-ULAW". We have no flexibility in changing the sample rate or encoding. We are using the "SMD" scenario, but I can't find any documentation on what this does. Base request URI: https://speech.platform.bing.com/recognize?scenarios=smd

Connecting to CMU Sphinx using PHP

扶醉桌前 提交于 2019-12-10 18:43:17
问题 I have been looking into Speech Recognition and ways in which this can be implemented into a website. I have found many examples on using it with Python and even one with Node.js but I want to be able to use PHP with this. Is there any way I can access CMUSphinx on a Linux server using PHP to process my inputs? Thanks 回答1: Can be done but to use asterisks as the audio capture and processing engine. See http://www.voip-info.org/wiki/view/Sphinx Example code below after your server has been

Small-size speech recognition on Android to look for keywords

a 夏天 提交于 2019-12-10 10:39:44
问题 I'm developing a voice command app and need to use speech to text in Android. I want my app to work offline. Its yet possible only in jellybean version and it requires huge sized database to download and keep in the device. But i don't require whole database, i just want few keywords for the conversions. Is it possible to record a .wav files on our own and set its reference to a particular word and when a voice input is given we could match the two voice tracks and recognize the corresponding

Why does UWP continuous speech recognition stop

帅比萌擦擦* 提交于 2019-12-09 21:53:06
问题 I have a Windows 10 UWP app that I am enabling voice recognition for a text box. Yes, I know that I can also leverage Cortana for this. However, Cortana comes with some cons as well, mainly that you have little to no control over Cortana from within the app. This is where the Continuous Recognition of the SpeechRecognizer namespace comes in. I like the amount of control I have. However, it seems to randomly stop listening after some seconds. Here is how I have it implemented. Note that I also

Recorded sound file (ala google now, google keep) - RecognizerIntent/Listener

无人久伴 提交于 2019-12-09 13:32:20
问题 I have been developing an application that uses the recognizerIntent to get voice input. However, since jelly bean was launched, I have not been able to get the actual sound file from my voice input. In the recognitionListener (http://developer.android.com/reference/android/speech/RecognitionListener.html) there is a method called onBufferReceived. However, there are no promises that this method will be called, and when I implemented it, it never got called. Is there any way to force this

Programmatically importing MS Speech API speech profile

。_饼干妹妹 提交于 2019-12-09 07:11:20
问题 I have a Windows 7 computer trained to my voice, and I would like to distribute my speech profile along with a software package I have created. I know of tools such as WSRProfile.exe (http://www.microsoft.com/download/en/details.aspx?id=16296), which allow one to save and load new speech profiles. However, is there a away to implement this in my own code (C#), without requiring any external tools or applications? Thanks in advance. 回答1: You can follow the procedure described here: http:/

Python detect keywords

会有一股神秘感。 提交于 2019-12-09 04:37:26
问题 I'm doing and application that do the fallowing: 1: If some noise is detected by the microphone, its starts to record audio, until no noise is detected. After it, the audio is recorded to a wav file. 2: I have to detect some words on it. There are only, 5 to 10 words to detect. So far, my code only does the first part (detect noise and record audio). Now, I have a list with the following words: help, please, yes, no, could, you, after, tomorrow . I need an offline way to detect if my sound

voice to text conversion using siri [duplicate]

眉间皱痕 提交于 2019-12-08 09:29:20
问题 This question already has answers here : iPhone: Speech Recognition is in IOS SDK available? (9 answers) Closed 10 months ago . For higher version of iOS the keyboard that arrives when clicking a textView or textfield contains a microphone icon which does speech to text conversion my question is whether it is possible to use this feature which is provided by apple in my app which does voice to text conversion on clicking on a button.how can i do this. thanks in advance 回答1: Also, try to view