ryanheise
ryanheise
Hi @cooaer , would you be able to mention your PR on the other PR #779 ? There has been a discussion there about the pros/cons of different approaches. Also,...
FYI the way to upvote an issue is to tag the first post with a thumbs-up.
Hi @flmuse Crossfade is an open issue in ExoPlayer: https://github.com/google/ExoPlayer/issues/3438 . Crossfade will not be a feature of just_audio until the platform support is there. However, you can certainly achieve...
You can try downloading the fuzing app which implements this effect, and for more insights you can read fuzing's comment [here](https://github.com/ryanheise/audio_service/issues/467).
Hi @alakhsingh All ExoPlayer errors are passed on to the Flutter side through the stream. I would expect you can listen to these and detect this sort of error, but...
The future plan is to make the state model more closely resemble ExoPlayer's state model, although it doesn't have an error state. Certainly also the position stream should stop emitting...
@naguchennai as mentioned, all asynchronous ExoPlayer errors are emitted on the event stream, while all synchronous errors can be caught on `setUrl`. There are some improvements that could be made...
@ArkeshGKalathiya the answer would be different depending on whether you are using a proxy-based feature. E.g. headers, or caching, or StreamAudioSource. If you are using a proxy-based feature, then it...
This is a duplicate of #347 although I'll redirect the other issue here since you have done a nice job of following the template structure. Note that until this feature...
I would suggest using path provider and get the app's cache directory which is private to the app and marked as something that can be deleted by the system if...