Replies: 2 comments 2 replies
-
Use the #open-a-media-or-playlist-into-a-player final playlist = Playlist(
medias: [
Media.file(File('C:/music.mp3')),
Media.file(File('C:/audio.mp3')),
Media.asset('assets/audio/example.mp3'),
Media.network('https://www.example.com/music.aac'),
],
);
player.open(playlist); |
Beta Was this translation helpful? Give feedback.
0 replies
-
As stated in the title, I was asking if it is possible to do it without a playlist. I want to play a bunch of different files on different button clicks, and keeping all files in a playlist is not really ideal. Just wanted to know if it can be done or not. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
May I ask why was my issue closed without an answer, and in such a rude manner @alexmercerind ? #243
Sorry if I offended you in any way, I'm just trying to understand how to play multiple files in fast succession without causing lag spikes...
I did not spam, I just provided you with a recording of the issue, and I also said that performance mode makes no difference...
Beta Was this translation helpful? Give feedback.
All reactions