js-audio-normalizer
js-audio-normalizer copied to clipboard
Save normalized audio to file?
@est31, thank you for the code, it works great!
Is it possible to dump/save the normalized buffer into a file?
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!