Open subhash279 opened 3 years ago
Describe the bug Hi, Can this be used if the mp3 file is remote i.e a url?
@subhash279 hi! Out of the box no.
this lib operates with byte array. you can get it by yourself from the remote via 'http' or 'dio' and then parse it through this lib.
Describe the bug Hi, Can this be used if the mp3 file is remote i.e a url?