shuyec
shuyec
Hello @hacker1024, I've copied `MappingAudioSource` locally and I'm trying to use it. I'm having a hard time understanding how to get the `tag `of the `AudioSource `generated by `MappingAudioSource`. I...
> Why do you say the tag is generated? I have something like the example set up on [this player](https://github.com/suragch/audio_playlist_flutter_demo/tree/master/final) and using a local Flask server. ``` _playlist = ConcatenatingAudioSource(children:...
@cooaer ~~Can you please add an example on how to use this?~~ A modified version of the example from the PR 779 works quite well. ``` dart final apiService =...