You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switching from rodio 0.20.1 to the main branch (with symphonia-all enabled), I encountered an issue where try_seek produces a SymphoniaDecoder(BaseSeek(SeekError(ForwardOnly))) error when attempting to seek backwards. This behavior was not present in rodio 0.20.1. I've tested with multiple file formats (flac, m4a, and mp3), all of which produce the same error when seeking to a previous time.
Additional Testing: When using music.ogg from the assets folder, the try_seek function does not seek to the specified position. Instead, it appears to seek to a slightly earlier position and then continues playback as if the seek was relative.