audioplayers
audioplayers copied to clipboard
When setPlaybackRate() is called, playback will resume, but the playback state is out of sync.
Current bug behaviour
call in paused state setPlaybackRate() , will resume playback, but the playback state is out of sync.
Expected behaviour
calling setPlaybackRate() in the paused state does not resume playback
Steps to reproduce
calling setPlaybackRate() in the paused state
Environment information
- audioplayers version: ^1.2.0
-
OS name and version: Android 13
-
OS name and version: iOS 16.1.2
-
build mode:
debug
Fyi I experience the same bug on version 4.1.0 as well as 3.0.1. Mine was on Android platform.
Hi.
I want to confirm that this is happening as well (v4.0.1) . Both on iOS and macOS.
My work around is to call pause() right after calling setPlaybackRate().