[X] I made sure that the issue I am raising doesn't already exist
Current bug behaviour
I am trying to play back an mp3 that appears to be in the supported criteria for Android. However, while the playback time of the track is 4:09 based both on playback time and ffmpeg extracted information, the player shows a playback duration of over 18 minutes. Other mp3s (44.1kHz, stereo) show the proper duration.
The problematic file (see below) is an mp3, mono, 22kHz sample rate, and 73 Kbps VBR (see url below).
Expected behaviour
The file should reflect the correct playback time.
Checklist
Current bug behaviour
I am trying to play back an mp3 that appears to be in the supported criteria for Android. However, while the playback time of the track is 4:09 based both on playback time and ffmpeg extracted information, the player shows a playback duration of over 18 minutes. Other mp3s (44.1kHz, stereo) show the proper duration. The problematic file (see below) is an mp3, mono, 22kHz sample rate, and 73 Kbps VBR (see url below).
Expected behaviour
The file should reflect the correct playback time.
Steps to reproduce
No response
Code sample
Code sample
```dart void main() { } ```Affected platforms
Android
Platform details
Samsung Galaxy A15, Android 14
AudioPlayers Version
6.0.0
Build mode
No response
Audio Files/URLs/Sources
https://appdata.jesuslifetogether.com/appdatafiles/mp3s/audio/1164_lilies_sparrows_dont_have_energy_leaks/las05t_the_conservation_of_energy.mp3
Screenshots
No response
Logs
Flutter Doctor
Related issues / more information
No response
Working on PR
no way