Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On iOS it only works with silent mode off #37

Open
luis951 opened this issue Aug 9, 2022 · 2 comments
Open

On iOS it only works with silent mode off #37

luis951 opened this issue Aug 9, 2022 · 2 comments

Comments

@luis951
Copy link

luis951 commented Aug 9, 2022

Are there any settings to get the audio to work with the iPhone silent mode on?

@iksent
Copy link

iksent commented Nov 15, 2022

Same problem. Has anyone solved this issue?

@LeventeAsztalos
Copy link

I solved this with the help of audio_session.

  final session = await AudioSession.instance;
  await session.configure(AudioSessionConfiguration.music());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants