writeFrames abstract method

int writeFrames(
  1. Float32List interleaved,
  2. int frameCount
)

Push interleaved float32 PCM. Returns the number of frames accepted, which may be less than frameCount when the ring is full (the caller drops the remainder in live mode, or retries after a short delay in paced mode). Synchronous — this is the per-chunk hot path.

Implementation

int writeFrames(Float32List interleaved, int frameCount);