est31 / js-audio-normalizer

Apache License 2.0
33 stars 6 forks source link

Save normalized audio to file? #1

Open ram-sh opened 2 years ago

ram-sh commented 2 years ago

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

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

est31 commented 2 years ago

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!