-
Notifications
You must be signed in to change notification settings - Fork 213
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
[BUG - Android] Cannot select mic in Android #331
Comments
Did you set For internal sounds, yes, check |
Hey @llfbandit sorry for the delayed response.
And what should I look into this record/record_android/android/src/main/kotlin/com/llfbandit/record/record/RecordConfig.kt Lines 5 to 19 in 0bc1bbe
|
Package version
record: ^5.1.1
Environment
Describe the bug
Facing the same issue like #296 for Android also, if I have BT headset it's picking up the BT mic irrespective of device selection.
Sample code:
I am also doing
_micList = await record?.listInputDevices();
from which I'm selecting the micAlso I have another query. While recording is it possible to cancel out phones internal sounds like a music is playing or notification sounds.
@llfbandit
The text was updated successfully, but these errors were encountered: