Searched refs:samplesPerBuffer (Results 1 – 1 of 1) sorted by relevance
39 int32_t samplesPerBuffer = samplesPerFrame * framesPerBurst; in allocate() local40 mOutputBuffer = std::make_unique<float[]>(samplesPerBuffer); in allocate()41 mBufferSizeInBytes = samplesPerBuffer * sizeof(float); in allocate()