DaniilAlpha / minisound

A high-level real-time audio playback library for Flutter, based on miniaudio.
3 stars 1 forks source link

Circular buffer no longer seamless. #10

Open MichealReed opened 1 month ago

MichealReed commented 1 month ago

It seems something changed with the way frames are read or pruned from the circular buffer. Now there is leftover audio when starting a new recording after the first has played.

DaniilAlpha commented 1 month ago

Can you try if it is fixed now with latest master?