rxlabz / audioplayer

A flutter plugin to play audio files iOS / Android / MacOS / Web ( Swift/Java )

Home Page:https://pub.dartlang.org/packages/audioplayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem with url link

arsewizz opened this issue · comments

when i use a url link, it takes two or three seconds to play the music

It's because it has to fetch it from the network.

The audio is not local, you are experiencing a network delay.

possible to solve this ?or how to improve? ?

I'm using firebase, how to do it ? Thanks