speech-recognition

Keyword or keyphrase spotting with Sphinx4

夙愿已清 提交于 2020-01-11 03:41:07
问题 I am currently trying to make my java code (using eclipse) perform some function if a certain thing is said. I am using the Sphinx4 libraries and this is what I currently have: What I would like it to do is at the line where it says: IF (TRUE) someFunction(); is to run the function if my speech is Hello Computer, Hello Jarvis, Good Morning Computer, or Good Morning Jarvis. Or in other words, run the function if the speech matches the "public < greet >" line of code in the .gram file. Even

Google Speech Recognition API

你离开我真会死。 提交于 2020-01-10 09:39:50
问题 I'm trying to use the Google Speech API v2 (at address https://www.google.com/speech-api/v2/recognize?... ) I need to use my Api Key, but when I use it I get error 403 Forbidden When I use an API key that was on the example project I downloaded it is working fine. I saw that at the Google Developers Console I can enable a lot of api options, but didn't find any Speech-API option. Is there anything else I need to enable to get access to this API using my key? Thank you! 回答1: Instructions are

Google Speech Recognition API

我是研究僧i 提交于 2020-01-10 09:39:31
问题 I'm trying to use the Google Speech API v2 (at address https://www.google.com/speech-api/v2/recognize?... ) I need to use my Api Key, but when I use it I get error 403 Forbidden When I use an API key that was on the example project I downloaded it is working fine. I saw that at the Google Developers Console I can enable a lot of api options, but didn't find any Speech-API option. Is there anything else I need to enable to get access to this API using my key? Thank you! 回答1: Instructions are

pyspeech (python) - Transcribe mp3 files?

点点圈 提交于 2020-01-09 11:14:10
问题 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? 回答1: 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. 回答2: 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

pyspeech (python) - Transcribe mp3 files?

。_饼干妹妹 提交于 2020-01-09 11:13:27
问题 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? 回答1: 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. 回答2: 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

Can I write SQL using speech recognition?

心不动则不痛 提交于 2020-01-09 09:08:14
问题 I have wrist pain when I type and I would like to start writing SQL statements, stored procedure, and views using speech recognition. 回答1: Yes. SQL is well-suited to speech recognition (as well-suited as a programming language can be, that is), given it's limited vocabulary and sentence-like structure. Aside from formatting the SQL so that it looks nice, I can dictate it much faster than typing. Dictating code isn't for everyone, however. It can be quite frustrating in the beginning. The

Can I write SQL using speech recognition?

天涯浪子 提交于 2020-01-09 09:06:15
问题 I have wrist pain when I type and I would like to start writing SQL statements, stored procedure, and views using speech recognition. 回答1: Yes. SQL is well-suited to speech recognition (as well-suited as a programming language can be, that is), given it's limited vocabulary and sentence-like structure. Aside from formatting the SQL so that it looks nice, I can dictate it much faster than typing. Dictating code isn't for everyone, however. It can be quite frustrating in the beginning. The

Unable to start recognition: At least one grammar must be loaded before doing a recognition

只愿长相守 提交于 2020-01-07 09:25:12
问题 I was trying to make a basic voice recognition application but I'm stuck with an error. When I click the Enable button I get the following error: At least one grammar must be loaded before doing a recognition even though I set up and loaded one. Anybody can help me out? This is my code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Speech

Android TV SearchFragment Error SpeechRecognizer

筅森魡賤 提交于 2020-01-06 06:44:16
问题 Actually I am new to Leanback and I am working in the search part and implement SearchFragment. I am facing this issue on error log message (when run on device, but working on android virtual device): Caused by: java.lang.IllegalArgumentException: Service not registered: android.speech.SpeechRecognizer$Connection@f545b3e If any one knows please update. Thank you. 来源: https://stackoverflow.com/questions/48576744/android-tv-searchfragment-error-speechrecognizer

Android TV SearchFragment Error SpeechRecognizer

北城以北 提交于 2020-01-06 06:43:47
问题 Actually I am new to Leanback and I am working in the search part and implement SearchFragment. I am facing this issue on error log message (when run on device, but working on android virtual device): Caused by: java.lang.IllegalArgumentException: Service not registered: android.speech.SpeechRecognizer$Connection@f545b3e If any one knows please update. Thank you. 来源: https://stackoverflow.com/questions/48576744/android-tv-searchfragment-error-speechrecognizer