You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
try:
The text was updated successfully, but these errors were encountered: