-
Notifications
You must be signed in to change notification settings - Fork 409
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
I need help #85
Comments
I am also trying to implement this with SpeechRecognition module. I would assume google uses this under the hood with their cloud speech to text API, however it would be helpful to use both in conjuction. I will get back to you if I make progress. |
Ok sir I will be glad if you found a way for doing that.
…On Thu, Oct 20, 2022, 9:42 AM Nick Ciraulo ***@***.***> wrote:
I am also trying to implement this with SpeechRecognition module. I would
assume google uses this under the hood with their cloud speech to text API,
however it would be helpful to use both in conjuction. I will get back to
you if I make progress.
—
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU4TPWD5NDAGFVFCRHGCBC3WEDBCFANCNFSM6AAAAAARGI44JM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Can you describe exactly what you are trying to complete? |
I am sorry sir I missed your email
Sir actually I am trying to make artificial assistance like siri Alexa and
kind of , so I came up with your module and I am using python
speech_recognition
Module and I am not able to use pywebrtcvad and speech recognition
together can you help
…On Sun, 23 Oct 2022, 11:35 pm Nick Ciraulo, ***@***.***> wrote:
Can you describe exactly what you are doing?
—
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU4TPWDEBWT6W5MMI4SPJQTWEV45TANCNFSM6AAAAAARGI44JM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@NormVg are you trying to do this in real time or not? |
@nickopicz yes sir i want to do this in real time |
what versions are you using for each of SpeechRecognition and pywebrtcVad? |
You also have to play around with the code that the pywebrtcvad repository offers as example code. If you experiment with the "generate frames" function ,you will likely extract what you need. I am not sure on how to do this in real time, haven't looked much into it. @NormVg |
Both latest
…On Fri, Jan 27, 2023, 1:04 PM Nick Ciraulo ***@***.***> wrote:
what versions are you using for each of SpeechRecognition and pywebrtcVad?
—
Reply to this email directly, view it on GitHub
<#85 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU4TPWBU72QY4CHXPKMY6HLWUN3CFANCNFSM6AAAAAARGI44JM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@wiseman hi sir i found a way how we can impliment the SpeechRecognition with pywebrtcvad but it is not very optmized i am not very much in the audio field so i can not do much can see and help here is the repo https://github.com/NormVg/sr-vad/ |
Sir I want to make a system to use it with speech recognition how can i
The text was updated successfully, but these errors were encountered: