Open weegreenblobbie opened 8 years ago
Seems like a loss of precision when converting from duration into samples:
audo duration = 3.0;
AudioSream sound << gen.generate(duration, freqs);
Buffer env = gen.drawFatGaussian(sound.getDuration(), 0.99);
assert(env.getLength() == sound.getLength())
While playing GuitarBass wtih:
there are audible clicks at the end of the sample. Get rid of the clicks!