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
740 stars 337 forks source link

Can I preload audio assets on initState() or app launch? #823

Open topex-psy opened 4 months ago

topex-psy commented 4 months ago

Describe the feature you'd like I want to be able to define which audio assets are essential for my application to be loaded when opening the application or during the initState() widget, so that they can play without any further delay when needed. Thank you in advance.