Saving sounds played in sequence as one audio file
问题 Lets say I created a program that plays one sound after another. Is it possible, without the use of 3rd party libraries, to somehow export the sound as wav or mp3? I am trying to build a little sequencer, but before I do, I need to know if this is possible. I already did my research and found many 3rd party libraries, the most famous seems to be recorder.js. For the sake of learning, I prefer to use the pure api. 回答1: Well these can be done with HTML 5 user media api's. Here is a intro from