chr15m / jsfxr

JavaScript sound effects generator.
http://sfxr.me
The Unlicense
271 stars 25 forks source link

Update riffwave.js and fix issue with .wav file output #5

Closed charasyn closed 3 years ago

charasyn commented 3 years ago

riffwave.js was updated to v0.03, which adds proper support for 16-bit .wav output.

.wav file output was also fixed by using the pre-normalized audio data instead of the post-normalized data.

charasyn commented 3 years ago

This PR addresses issue #4

chr15m commented 3 years ago

Awesome, thank you! Will merge.