javascript video to audio
-
use FileReader to load an video, and decodeAudioData to decode it and OfflineAudioContext to render it, at last, audiobuffer to wav;
-
reference:https://github.com/mdn/webaudio-examples/tree/master/offline-audio-context-promise;
-
audiobuffer-to-wav:https://github.com/Jam3/audiobuffer-to-wav;