ethhandy
ethhandy
KPCKevin Powell - Community
Created by ethhandy on 9/4/2023 in #front-end
How to implement perfect audio recording in website?
I am developing simple React app. I need to make a function where users can record their voice and upload it. For this, I just used 'react-audio-analyser' module to record voice. But users have to click record and stop button manually now. I want to automate stop function so that the stop button is manually clicked when user speech ends. How can I do this?
1 replies