ukasz123 / soundpool

Soundpool plugin for Flutter
88 stars 63 forks source link

Remove AudioSession management #99

Closed acalatrava closed 10 months ago

acalatrava commented 2 years ago

Since AudioSession is shared across the whole app, it may be used by other plugins too, so the right way to manage this is to use a specific plugin for this purpose (like https://pub.dev/packages/audio_session for instance). That way the AudioSession will be managed only by one plugin and it will avoid any conflicts because other plugins want to manage it too.

You can read more about this on this comment of another similar package https://github.com/Canardoux/flutter_sound/issues/855#issuecomment-1066059995

ukasz123 commented 10 months ago

Resolved in version 2.4.0.

calcitem commented 10 months ago

Hi! Which commit solved this issue?

ukasz123 commented 10 months ago

@calcitem Thank you for asking. I forgot to push changes to repository.

Here is the commit you have asked for.