soshimozi

Results 2 comments of soshimozi

fft = audioLib.FFT(device.sampleRate, 4096); //and when you mix your sample: fft.pushSample(currentSample); // now to visualize var height = canvas.height(); var width = canvas.width(); var y = height; context.clear(); var length,...

Yes! Thank you! My sound is no longer stuttering.