Flutter-AssetsAudioPlayer
Flutter-AssetsAudioPlayer copied to clipboard
For AAC files, the PositionSeekWidget (Progress Bar) not working
Flutter Version : 3.10.6
Lib Version : assets_audio_player: ^3.1.0
Platform : Android
(the issue not present with IOS )
Describe the bug
In the example file, if we convert any of the mp3 file in AAC format, it's not working.
To reproduce, convert any mp3 file into AAC :
assets/audios/rock.mp3
--> assets/audios/rock.aac
. (line 60 from main.dart
)
The audio plays but the progress bar not working, which is force us to use only MP3 file.
I tried to use just_audio
and it works fine !! Such a pity It requires to refactor the code.