I've been working on a website for about 5 months and i have been testing a lot of features like posts, downvotes and upvotes, etc
One the features was chatvoice
The problem is that i haven't found any relevant information about making chatvoice a thing in an html website
CodePudding user response:
I believe you asking how to convert speech to text (Speech recognition). You can use python Library for performing speech recognition, with support for several engines and APIs, online and offline.
Please find this link for installation.