bdlukaa / just_audio_libwinmedia

Libwinmedia implementation of just_audio.
MIT License
11 stars 8 forks source link

Calling seek fails to start playing if file has already played #8

Open Jon-Salmon opened 2 years ago

Jon-Salmon commented 2 years ago

When playing an audio clip, calling seek(Duration.zero) should start playing the audio again from the beginning. This works as expected if seek is called while the clip is still playing, but if the audio clip has finished playing nothing happens.

devNamanG commented 2 years ago

+1 on this issue, facing the same.