Wave file generator
Client-side (javascript) wave file generator.
Although Audacity has some tools to generate test signals (e.g. sine wave) it lacks some features,
in particular I could not find convenient way to use it to generate DC offset, needed to test multiple
I2S outputs working at the same time using oscilloscope instead of real I2S codecs. This generator is intended
to speed up this operation, previously involving generating binary file with 16-bit samples and importing it
in Audacity as raw data.
With this generator waveform would be described with sampling frequency (to be put in wave file header), number of bits per sample and javascript formula for sample values.