ryanheise

Results 1670 comments of ryanheise

What you're requesting relates to buffering, but I have already exposed all of the native platform capabilities related to buffering which are passed into the constructor. If buffering configuration allows...

Yes that's what I mean, although "should be buffered" is going to depend on the platform's buffer behaviour.

Will try, although not sure how long it will take me to get around to it! I seem to have quite a backlog of issues right now :-)

FYI, the latest release adds a `duration` property of `IndexedAudioSource` which partially implements this feature request. The catch is that the durations of nested audio sources aren't set until the...

Hi @rupakswadesh if you have found a bug, you will need to open a separate bug report. I noticed you already posted another issue, but that was not a valid...

Are you talking about the playlist example in this plugin, is the playlist in the audio service plugin? It sounds like the latter.

That seems not relevant to the issue you are commenting on.

I have written a document in this repository called [CONTRIBUTING.md](https://github.com/ryanheise/just_audio/blob/master/CONTRIBUTING.md) explaining how to post issues, how to ask questions, etc.

Are you dealing with audio files that your app knows in advance or with arbitrary urls inputted by the user?

This is an important feature. I'm not sure on the best API, so I'd like to think about alternative API designs before choosing one.