DaniilAlpha / minisound

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

Add an ability to control delay between sound looping cycles #5

Closed DaniilAlpha closed 2 months ago

DaniilAlpha commented 2 months ago

I need a metronome for my mobile/web application but playing sounds in Ticker is slightly inconsistent due to low fps on some weak devices. It would be great if delay between lopping cycles was handled on a native side because regular looping is handled there anyway.

DaniilAlpha commented 2 months ago

Added in 1.4.0.