Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVS Libraries to use #38

Open
kameshkancherla opened this issue Apr 10, 2019 · 0 comments
Open

AVS Libraries to use #38

kameshkancherla opened this issue Apr 10, 2019 · 0 comments

Comments

@kameshkancherla
Copy link

  • Python Alexa Voice Service version:
  • Python version: 2.3/ 3.2
  • Operating System: Linux / Debian

Description

Team, I want to use AVS libraries for speech recognition and convert into text. Could you please help which libraries I can use for my own programming.

Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.

What I Did

I used Speech_recognizer Library but when converting the my voice into text, it is taking long time. When I verified AVS libraries they are much faster.
As stated below instead of speech_recognition I want to use AVS libraries. Some one can provide me small hint or code, I just want convert voice to text using AVS functions.

import speech_recognition as sr

r = sr.Recognizer()

with sr.Microphone() as source:

print("Speak Anything :")

audio = r.listen(source)

try:

text = r.recognize_google(audio)
print("You said : {}".format(text))

#except:
 #   print("Sorry cound not recognize what you said"
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant