August

Results 418 comments of August

@fzyzcjy you can post your solution or make a PR to better see what you have done to achieve this and if it's applicable for the whole library, if you're...

I understand the principle. I'm not sure, but I think this needs a separate package / interface to be handled, and due to our capacities I don't think we can...

@jwinarske I did not use pigeon yet, but it is a valid improvement. If you have the time feel free to open a Draft PR (even if not working), so...

See build requirements for Linux: https://github.com/bluefireteam/audioplayers/blob/main/packages/audioplayers_linux/README.md#setup-for-linux Also don't use flutter from snap, it just provides problems. Try installing it manually: https://docs.flutter.dev/get-started/install/linux#install-flutter-manually Let me know which solution did help.

Unfortunately I cannot resolve the problem with Flutter Snap. The GStreamer dependency has to be included right into the snap, which is probably not something Flutter wants. https://github.com/canonical/flutter-snap/pull/108 https://github.com/canonical/flutter-snap/issues/96

I already started a new branch: https://github.com/bluefireteam/audioplayers/tree/gustl22/exoplayer But as some features are not available, I thought about using a completely new module like `audioplayers_android_exoplayer`, and replace it some time after...

@fzyzcjy it's not really functional (only experimental), and I also propose a new module, which does not mess around with the "old" android code. So it may be better to...

@yasfdany Are you sure this isn't fixed with #1425 This fix isn't released yet, but can be tried with this in pubspec file: https://github.com/bluefireteam/audioplayers/pull/1425#issuecomment-1433639294 Note the difference in the `extra`...

@cameronbatty yes, that would be a good addition, to be also able to set the playerMode in the AudioPool. Wanna make a PR?

See #813 All active developers don't own an iPhone, so we would be glad, if you could help us fixing this bug by providing a Merge Request.