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

IOS: the start of the recording switches the audio output to device's speakers from headphones #45

Open
bbader-kada opened this issue Sep 7, 2022 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed wontfix This will not be worked on

Comments

@bbader-kada
Copy link

After the init of the MicStream, the device switches its audio output to it's speakers. And because of this when I try to play audio (with audioplayers plugin) and record through mic in the same time, the output is always the device's speakers. My goal would be to listen to the audio continuously on headphones even if the recording started.

@anarchuser
Copy link
Owner

Thanks for mentioning this.
Sadly, I cannot really help you. I have not written the IOS part of the plugin, and I do not know how I/O device selection is handled on IOS.
The plugin should definitely not change the output device, and I can confirm that on Android, it does not do so.

If you have some experience with IOS, please have a look through the code in the ios folder. If you find the source of this issue and fix it, I'm happy to integrate the changes. However, I can neither help with the code nor test the plugin on an IOS device.

@anarchuser anarchuser added bug Something isn't working help wanted Extra attention is needed wontfix This will not be worked on labels Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants