speech-to-text

Difference among Microsoft Speech products/platforms

女生的网名这么多〃 提交于 2019-12-30 06:43:26
问题 It seems Microsoft offers quite a few speech recognition products, I'd like to know the differences among all of them pls. There is Microsoft Speech API, or SAPI. But somehow Microsoft Cognitive Service Speech API has the same name. Ok now, Microsoft Cognitive Service on Azure offers Speech service API and Bing Speech API . I assume for speech-to-text, both APIs are the same. And then there is System.Speech.Recognition (or Desktop SAPI), Microsoft.Speech.Recognition (or Server SAPI) and

Difference among Microsoft Speech products/platforms

我的梦境 提交于 2019-12-30 06:42:33
问题 It seems Microsoft offers quite a few speech recognition products, I'd like to know the differences among all of them pls. There is Microsoft Speech API, or SAPI. But somehow Microsoft Cognitive Service Speech API has the same name. Ok now, Microsoft Cognitive Service on Azure offers Speech service API and Bing Speech API . I assume for speech-to-text, both APIs are the same. And then there is System.Speech.Recognition (or Desktop SAPI), Microsoft.Speech.Recognition (or Server SAPI) and

Python pocketsphinx RequestError: missing PocketSphinx module: ensure that PocketSphinx is set up correctly

故事扮演 提交于 2019-12-29 04:45:25
问题 I am trying to make a Python app that can record audio and translate it into english text using PyAudio, SpeechRecognition and PocketSphinx. I'm running on a Mac OS X El Capitan, version 10.11.2. Following a tutorial like this one and others, I've downloaded PyAudio version 0.2.9, SpeechRecognition as well as PocketSphinx. I've installed them into a Conda environment. I have followed the instructions from this site to use brew install swig git python on my OS X, hoping it would help. This is

Speech to text API for iphone? [closed]

北慕城南 提交于 2019-12-28 18:51:22
问题 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 . Can anyone provide sample integration or please let me know any 3rd party api for speech to text conversion in iphone ? Thanks & Regards, Tariq 回答1: You could look into CMU Sphinx and VocalKit (on github). 回答2: Using pocketsphinx it would be easier http://cmusphinx.sourceforge.net/ OpenEars – iPhone Voice

Text-to-speech (voice generation) and speech-to-text (voice recognition) APIs?

陌路散爱 提交于 2019-12-27 11:05:07
问题 Is there a comprehensive list of known APIs for desktop or browser environments? 回答1: I'll rehash and update an answer from Speech recognition in C or Java or PHP?. This is by no means comprehensive, but it might be a start for you From watching these questions for few months, I've seen most developer choices break down like this: Windows folks - use the System.Speech features of .Net or Microsoft.Speech and install the free recognizers Microsoft provides. Windows 7 includes a full speech

iPhone App › Add voice recognition? [closed]

心不动则不痛 提交于 2019-12-27 10:27:54
问题 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 6 years ago . I'd like to build an app that uses voice recognition. I've seen big companies like Google etc implement this feature, but I'm curious about doing it on a start-up level. Anyone looked into this? Are there any tools out there for us to do this? 回答1: OpenEars looks promising... http://www.politepix.com/openears/

iPhone App › Add voice recognition? [closed]

不打扰是莪最后的温柔 提交于 2019-12-27 10:27:48
问题 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 6 years ago . I'd like to build an app that uses voice recognition. I've seen big companies like Google etc implement this feature, but I'm curious about doing it on a start-up level. Anyone looked into this? Are there any tools out there for us to do this? 回答1: OpenEars looks promising... http://www.politepix.com/openears/

Duplicate Entry Error - Dependancy and Project Module Confliction - Android

你离开我真会死。 提交于 2019-12-25 04:40:33
问题 First of all. Below is the error that I am getting. Now, What I am doing is like below.... I am integrating Speech To Text service of IBM. I have founded a demo HERE! I am also using another two Services of IBM named Personality Insights and Cloudant Database . I have successfully integrated Speech To Text example. But When I integrate Personality Insights and Cloudant Database it gives me above error. WHAT I HAVE IDENTIFIED: In STT demo there is a module called speech-android-wrapper . Which

Not detecting alphanumeric input well - CMU Sphinx Java

淺唱寂寞╮ 提交于 2019-12-25 02:34:27
问题 I'm trying Sphinx to recognize alphanumeric input with the dialog (DialogDemo) as a start. I have a .gram file with: #JSGF V1.0; grammar dialog; <digit> = oh | zero | one | two | three | four | five | six | seven | eight | nine | a | b | c | d | e | f | g | h | i | j | k | j | l | m | n | o | p | q | r | s | t | u | v | w | x | y | z ; <number> = <digit>+ [point <digit>+]; <menu_command> = digits | [go to [the]] bank account | weather forecast | exit [[the] program] ; <bank_command> = [show |

Azure Speech API language

試著忘記壹切 提交于 2019-12-25 02:24:52
问题 I have implemented a chat on a web page, with the possibility to use Speech to text, using Azure Speech API. It works fine but I don't understand where I can set the language understood by the API. I want it to understand french, but when I talk in french, it transcripts in english words with familiar sound. How / Where I can I set the language ? I precise that I'm not the one who set up the service on Azure dashboard. 回答1: There is a locale parameter that you can use optionally like the