ryanheise
ryanheise
Thanks for the notification, you're correct that I didn't see the edit. I am aware that my initial implementation of that class is perhaps not perfectly written but just a...
This solution seems specific to the proxy (i.e. won't work with `useProxyForRequestHeaders = false`). In that case, have you considered doing this outside the plugin with a custom stream audio...
I want to avoid highly specific solutions, so I am not going to be in a rush to make design decisions such as this one. For the library itself, there...
Thank you for the suggestion, although I feel this feature would be a little to niche, and unnecessary since there are alternative approaches. > **Describe alternatives you've considered** > I...
Can you be more precise? If by delay, you mean Future.delay, then no because that could potentially relinquish control to the os when in background mode on iOS.
I would suggest a silent asset as mentioned above. I can't think of any further comments or insights to add on top of that. A variation of simply inserting the...
If you customise it like that, you will need to also manage your own indexing, i.e. keep your own variables to track the current index in your app's own frame...
Hi @KaJe5380 , thanks for the request. Yes the plan is definitely link to just_audio_media_kit in the README, basically, to link to all federated implementations that work (thus also including...
Excellent, thanks for confirming its stability @Pato05 . I'd like to try updating the examples here and also in audio_service to use just_audio_media_kit, and list it as the first choice...
Pub's rules for semantic versioning are at [this link](https://dart.dev/tools/pub/versioning#semantic-versions), which follows normal semantic versioning except that pub adds its own rules for versions pre 1.0.0. I see that just_audio_media_kit is...