-
Notifications
You must be signed in to change notification settings - Fork 225
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] No Audio Input When Streaming Through Headphones #451
Comments
Thanks for reporting. |
No, it never works... |
Does it work with file recording? |
Hm, interesting, it works now with startStream, |
It may internally in your app. Is this issue resolved? |
Didn't resolve yet... We disabled manageAudioSession in our project, but our users still have this problem. |
Package version
^5.2.0
Environment
Describe the bug
When recording audio through headphones, no sound is produced. Instead, the following data is received:
[0, 8, 254, 232, 68, 0, 0, 0, 0, 0, 0, 0, ... zeros ..., 0].
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Audio should be recorded through the connected headphones.
The text was updated successfully, but these errors were encountered: