Which audio formats (extensions) work on ios and Android with the just_audio Flutter package? Wondering which extensions I should allow users to upload with file_picker such that they play with the just_audio package (I couldn't find a list anywhere). To clarify the files will be stored on Firebase therefore played via url.
Asked
Active
Viewed 1,300 times
1 Answers
5
On iOS, the AV Foundation Framework is used, and the supported formats are listed in this question.
On Android, ExoPlayer is used, and the supported formats are listed in the ExoPlayer documentation.

Ryan Heise
- 2,273
- 5
- 14