I am working for my exam at University and I need a help. I want to implement voice recording to web browser to record voice and then to send it server for voice recognition. I have found this voice recording JS which can record voice and then download it to PC as .wav file. I want to modify thi recorder to send this wav file not to PC but to server. Can you help me with this one?? Also I need to explain source code of this JS, because I am newe in JS. Thanks a lot guys.
Source code of recorder which I want to modify is there: https://github.com/mattdiamond/Recorderjs