Since I’ve been using it quite a bit lately and it’s the top result on Google for “WAV Builder”, I’ve added some new features to WAV Builder, which are:
- selectable bit depth: you can now create WAV files with a bit depth of 8 bit, 16 bit, 24 bit or 32 bit floating point
- more examples: “Sine sweep with phase accumulator” and “Logarithmic sine sweep”
- better accessibility
- “var” variables in examples replaced with “const” and “let” variables
In the process I learned about some curiosities of the WAVE file format, like the fact that 8 bit samples are saved as unsigned bytes, whereas 16bit and 24 bit samples are saved as signed integers. (Source: http://soundfile.sapp.org/doc/WaveFormat/ )
Link to WAV Builder: https://webaudiotech.com/sites/wav-builder/