flutter_sequencer
flutter_sequencer copied to clipboard
On iOS it only works with silent mode off
Are there any settings to get the audio to work with the iPhone silent mode on?
Same problem. Has anyone solved this issue?
I solved this with the help of audio_session.
final session = await AudioSession.instance;
await session.configure(AudioSessionConfiguration.music());