ryanheise
ryanheise
This looks interesting. Would it break HTTP 0.9 streams? Would it best be implemented as an option?
Thanks for this example! It's a feature I'd definitely like to see and this is certainly a useful first step. I haven't fully looked into the API documentation yet, so...
That's interesting to think about. What are the requirements for an app? When switching from the regular player to the cast player, it needs to: * stop the media session...
OK, that technically means no changes need to be made to audio_service, however I'd rather think through the alternative solutions thoroughly first before deciding anything. If we reuse audio_service's notification,...
I think in the time since this feature request was made, ExoPlayer (the underlying Android library from Google that provides the Android audio playing capabilities) has undergone a lot of...
Sounds like a plan. Please let me know how it goes, and if it solves the FLAC problem, I'll update the plugin's version.
That's fine. If it involves changes to the code, leave it to me and I'll upgrade everything.
Just to update, I have migrated to ExoPlayer 2.17.1 in the latest commit on branch `fix/flutter3`. Note that this version of ExoPlayer contains enough methods that you'll probably get a...
That branch has now been merged and published to pub.dev.
The Musikcore license still looks complicated to me since the individual decoders have separate license agreements (including the GPL). It's also not clear to me what the codec support is...