Canardoux / flutter_sound

Flutter plugin for sound. Audio recorder and player.
Mozilla Public License 2.0
869 stars 568 forks source link

Progress Duration doesn’t match after resuming a recording #919

Open Dreezyagu opened 2 years ago

Dreezyagu commented 2 years ago

When i pause a recording and then resume that same recording, the progress duration doesn’t continue from where it was paused.

For example: If I pause a recording at 30secs, when I resume, the duration is going to go back to 2 secs.

codeman-yh commented 2 years ago

i have same problem, dont'konw how to sovle it

Dreezyagu commented 2 years ago

I had to create my own timer using the Timer() class and pause and continue my timer whenever the user pause/resumes the recording

github-actions[bot] commented 10 months ago

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.