How to manage windows Sound Recorder using java script

I am doing something that requires me to have to control recording devices such as starting recording and stopping recording and saving the recorded audio. how to control it. One more thing I don't want to see the recorder window. I would be grateful who would give an answer.

0


a source to share


4 answers


If you intend to do this through a browser, you cannot. JavaScript does not have permission to do any of these things, as that would be a big security hole. You may be able to access the recorder through an inline object, but I have never tried this, so I don't know for sure.



+1


a source


Expanding on what Machine said, why not try Flash, I'm pretty sure he has the ability to use a recorder.



+1


a source


I am making a Firefox extension that only uses javascript. I can open audio recording, but I could not start / stop recording and display the window. this is the main problem

0


a source


0


a source







All Articles