florent37 / Flutter-AssetsAudioPlayer

Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
https://pub.dartlang.org/packages/assets_audio_player
Apache License 2.0
752 stars 354 forks source link

Other audio file formats #358

Open vabym8 opened 3 years ago

vabym8 commented 3 years ago

Provide support for other audio file formats

Please add more audio file formats like amr, ogg etc which can be smaller in size and can be added in assets.

Thanks,

iktakahiro commented 3 years ago

FYI:

I've realized this package is able to play a MKV file but it's not able to seek that.

As I understand it, the Android native player supports other file formats including MKV. Therefore, I don't know why the player can not seek.