Searched refs:samplesInDuration (Results 1 – 1 of 1) sorted by relevance
120 int samplesInDuration = (int) ((DURATION_MS / periodMs) * samplesInCycle); in getBuffer() local121 short[] buffer = new short[samplesInDuration]; in getBuffer()123 for (int i = 0; i < samplesInDuration; ++i) { in getBuffer()