js-audio-normalizer icon indicating copy to clipboard operation
js-audio-normalizer copied to clipboard

Save normalized audio to file?

Open ram-sh opened this issue 3 years ago • 1 comments

@est31, thank you for the code, it works great!

Is it possible to dump/save the normalized buffer into a file?

ram-sh avatar Mar 29 '22 08:03 ram-sh

Thanks that you appreciated it! The code was mainly meant as a demo. Quick googling found this example onto how to save something with WebAudio: https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder#example

Hope that helped!

est31 avatar Mar 29 '22 11:03 est31