Reputation: 431
I am trying to record audio with ReactJS and want to store in my node server.
For it I try to use "react-audio-recorder" module, but I am getting some issues in it like while recording audios continuously one after another, module is getting failed and also I tried to use p5.js for audio recording but I am getting issues in configuring it.
Please suggest me the best way to record audio in react(JavaScript) and to save it in my node server.
Upvotes: 8
Views: 7050