Searched defs:FFT_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/adhd/scripts/mic_testing/frontend/
H A Daudio.js7 var FFT_SIZE = 2048; variable
/external/adhd/scripts/audio_tuning/frontend/
H A Daudio.js107 var FFT_SIZE = 2048; /* The size of FFT used for visualization */ variable
431 analyzer_left.fftSize = FFT_SIZE;
432 analyzer_right.fftSize = FFT_SIZE;
1931 var binCount = FFT_SIZE / 2;

Completed in 1797 milliseconds