Flutter-AssetsAudioPlayer
Flutter-AssetsAudioPlayer copied to clipboard
Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
**Flutter Version** My version : 3.3.1 **Lib Version** My version : 3.0.6 **Platform (Android / iOS / web) + version** Platform : iOS 16.2 **Describe the bug** We provide HLS...
**Describe the feature you'd like** Add Support for Android 13 when using targetSdkVersion 33. Android switched to using [PlaybackState](https://developer.android.com/reference/android/media/session/PlaybackState ) for showing the Actions in the Notifications Widget. There is...
**Flutter Version** My version : 3.3.7 **Lib Version** My version : 3.0.5+2 **Platform (Android / iOS / web) + version** Platform : Android & iOS **Describe the bug** All of...
`assetsAudioPlayer.open(Audio("assets/sounds/module_1/$filename.mp3"));` I'm also facing the same error Testing on Emulator, [emu64a, sdk_gphone64_arm64, Google, 33] Android 13 (sdk 33) ## What Happened ### The works for just fine, playing audio successfully...
**Flutter Version** My version : 3.3.10 **Lib Version** My version : 3.0.6 **Platform (Android / iOS / web) + version** Platform : Android 11 **Describe the bug** The device lock...
Hi, for current duration can get from `player.currentPosition`, but how to get livestream m3u8, total duration ?
According to this: https://github.com/florent37/Flutter-AssetsAudioPlayer/blob/5d467f5e645eabe12646c9c77bb7d968c8301d52/android/src/main/kotlin/com/github/florent37/assets_audio_player/Player.kt#L127 and this: https://github.com/florent37/Flutter-AssetsAudioPlayer/blob/5d467f5e645eabe12646c9c77bb7d968c8301d52/darwin/Classes/Music.swift#L840 it looks like the current position is only updated every 300ms, which is insufficient for cases where audio needs to be paused based...
Hello. I'm not sure if this counts as a bug or a feature request, though I'll try to keep it brief. I'm using [Callkeep](https://pub.dev/packages/callkeep) to show incoming and outgoing calls...
Flutter Version My version : 3.3.8 Lib Version My version : 3.0.6 Platform (Android ) I have a list of music added into a group and i want to remove...
**Flutter Version** My version : 3.3.0 **Lib Version** My version : 3.0.6 **Platform (Android / iOS / web) + version** Platform : IOS **Describe the bug**  I'm playing...