Searched refs:samplesPerFrame (Results 1 – 2 of 2) sorted by relevance
50 public void mix(float[] outputBuffer, int samplesPerFrame, float level) { in mix() argument51 int numFrames = outputBuffer.length / samplesPerFrame; in mix()54 int offset = i * samplesPerFrame; in mix()55 for (int jf = 0; jf < samplesPerFrame; jf++) { in mix()