Darkknight
Darkknight

Reputation: 1856

Get input from voice

I'm working on a chatbot project. I've created a speech recognition using python. For example if I say "Hi" it will return the input as "Hi" in text. If I give "Hi" as a text it will say "Hi". I've done this by text to speech, and speech to text function (I checked on the command line).

But My front-end is ReactJs. If the user press the microphone button it has to start to listen then it should give the output as voice.

So now I have the function to change the voice to text as well as text to voice. But how can I get it from ReactJs?

Upvotes: 1

Views: 258

Answers (1)

noobCoder
noobCoder

Reputation: 104

I think you can find answer here

Upvotes: 1

Related Questions