bluefireteam / audioplayers

A Flutter package to play multiple audio files simultaneously (Android/iOS/web/Linux/Windows/macOS)
https://pub.dartlang.org/packages/audioplayers
MIT License
2.01k stars 845 forks source link

Don't configure AudioSession #1774

Open AlexBacich opened 8 months ago

AlexBacich commented 8 months ago

Checklist

Use case / Problem

I want to configure audioSession myself and I don't want AudioPlayers to affect it. Today even if I leave AudioContextIOS as blank - it still affects audio session.

Proposal / Solution

Add configuration AudioContextIOSBlank which will bypass any configuration into iOS system.

Example Code

No response

Affected platforms

iOS

Platform details

No response

Audio Files/URLs/Sources

No response

Mockups

No response

Related issues / more information

No response

Working on PR

yeah