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 357 forks source link

Play segment of larger mp3 file #796

Open BobEnohp opened 1 year ago

BobEnohp commented 1 year ago

It would be desirable to have a way to play a short clip from a larger file like so:

assetsAudioPlayer.playClip(Duration from, Duration length); <--- Suggested new function

That way I would keep all my sound effects in one file and different segments could be played as needed.

Thanks, Bob