jeromexiong / audio_manager

A flutter plugin for music playback, including notification handling.
MIT License
100 stars 53 forks source link

Does this player supports only .mp3? #3

Closed SimonPeter1909 closed 4 years ago

SimonPeter1909 commented 4 years ago

Does this player support M4A format? the player is not working when I tried to play an M4A URL.

jeromexiong commented 4 years ago

Audio playback is based on mediaplayer and supports m4a files

SimonPeter1909 commented 4 years ago

ok. But AudioManager.instance.playOrPause() is always returning false.

jeromexiong commented 4 years ago

That may be because the media resource failed to load, I need to add an error message.

Below is the log I printed

I/flutter (30621): buffering 100
I/flutter (30621): await -- true
I/flutter (30621): {url: https://fdfs.xmcdn.com/group45/M05/82/AB/wKgKjlt55kKRse-KADE6m6WsfuE514.m4a, title: title, desc: desc, cover: https://cdn.jsdelivr.net/gh/flutterchina/website@1.0/images/flutter-mark-square-100.png}
I/flutter (30621): await -- false
I/flutter (30621): await -- true