Canardoux / flutter_sound

Flutter plugin for sound. Audio recorder and player.
Mozilla Public License 2.0
880 stars 575 forks source link

[ENH]: Add caching functionality to FlutterSoundPlayer when playing from URI #886

Open original-one opened 2 years ago

original-one commented 2 years ago

Is your feature request related to a problem? Please describe. It's not good from a UX perspective on a chat app to make users always wait for audio records to be downloaded from internet so they can listen to.

Describe the solution you'd like I'd propose to implement caching functionality to local storage of audio records when playing from URI (network).

That means the first time that the user plays an audio from internet it will be downloaded and cached and so next time when he plays it again, it would start instantly.

Note that I use flutter_sound_lite: ^8.5.0

github-actions[bot] commented 12 months ago

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.