Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For AAC files, the PositionSeekWidget (Progress Bar) not working #794

Open
mayouf opened this issue Aug 15, 2023 · 0 comments
Open

For AAC files, the PositionSeekWidget (Progress Bar) not working #794

mayouf opened this issue Aug 15, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mayouf
Copy link

mayouf commented Aug 15, 2023

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.

@mayouf mayouf added the bug Something isn't working label Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants