DEV Community

Discussion on: Video call app with chat functionality built using React.js, Web RTC and Socket.io

Collapse
 
seif1000 profile image
benmazouz seif eddine

hello sir , i want to real-time transcribe the audio data comming from the browser word by word in the node js server (not in the client) ,but i dont know hwo can i access and collect the audio data comming from the browser , any help please ???

Collapse
 
mihir0699 profile image
Mihir Gupta

You can use Web Speech API, find more about it here- developer.mozilla.org/en-US/docs/W...