writeFrames abstract method
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);