sineAmplitude

Note: the original C example assumes an amplitude of 1, but that is really loud, so I added this constant to make the sound less annoying

extern (C) @nogc nothrow __gshared
enum sineAmplitude = 0.25;

Meta