We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for this pluggin, it saves me lot of time :)
I noticed that nothing is detected if I plug headphones without microphone,. Does that makes any sense to you ?
Thanks again for your work !
The text was updated successfully, but these errors were encountered:
add TYPE_WIRED_HEADPHONES to the android plugin:
if(audioDeviceInfos[i].getType() == AudioDeviceInfo.TYPE_BLUETOOTH_SCO || audioDeviceInfos[i].getType() == AudioDeviceInfo.TYPE_WIRED_HEADSET || audioDeviceInfos[i].getType() == AudioDeviceInfo.TYPE_WIRED_HEADPHONES)
Sorry, something went wrong.
consider wired headphones #12
26312a2
Thank you very much for the plugin and this addition was golden for headphones without mic :D
From my testing this is working for Sony inline mic headphones but unfortunately not for Apple in line mic headphones:
Do you know if there is another device type for these kind of headphones? Thank you!
No branches or pull requests
Thank you for this pluggin, it saves me lot of time :)
I noticed that nothing is detected if I plug headphones without microphone,. Does that makes any sense to you ?
Thanks again for your work !
The text was updated successfully, but these errors were encountered: