doesn't play with list of mp3 files from assets
mtertag opened this issue · 3 comments
mtertag commented
thank you for such amazing package
i tried to play this package with list of mp3 files but it shows onely the first mp3 file ,
how can i use it with playable list ? or with anouther plugin like asset_audioplayer
rutvik110 commented
Hey thanx! You should be able to play them!
Have you gone through the examples? They do demonstrate the usage with multiple audio files.
mtertag commented
thank you for your reply , i tried the same exemple you are using in github
but it shows onley one mp3 file ,
is it possible to make it compatible with asset audioplayer ?
thank you
…On Tue, 12 Apr 2022, 05:48 RutvikTak, ***@***.***> wrote:
Hey thanx! You should be able to play them!
Have you gone through the examples
<https://github.com/rutvik110/flutter_audio_waveforms/blob/master/example/lib/main.dart>?
They do demonstrate the usage with multiple audio files.
—
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR4D2KJJ3RHTWGWEUIR6JRDVET6B5ANCNFSM5TEFD25Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
rutvik110 commented
I'm not able to understand what's the issue here! Music files are played through the assets itself! And I'm pretty sure there are audio files for each sample data for a music.
Btw, I'm gonna close this issue as it doesn't fall under the package usage actually but rather just related to playing music files in example.