flutter_sound
flutter_sound copied to clipboard
How to play audio file from local resource
I follow the example to play a file from URL here; https://github.com/Canardoux/flutter_sound/blob/master/flutter_sound/example/lib/simple_playback/simple_playback.dart
What I want to do is play audio file in my assets
Can you please provide some assistance to play file from assets?
You can look to this example This example starts 3 players :
- the first one plays a remote URL
- the second and third players play local assets
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.