Hello,
I want top use a Bluetooth headset with AudioStreamer.
I'm doing the initialization using
Unfortunately audio is playing on the headset, but phone mic is still used for audio input.
Tried with DEFAULT or MIC as audioSource with the same results.
Any hint on how can I use the mic from the headset?
Thank you.
I want top use a Bluetooth headset with AudioStreamer.
I'm doing the initialization using
B4X:
HeadsetStreamer.Initialize2(VOICE_COMMUNICATION,"HeadsetStreamer",8000,True,16,STREAM_MUSIC)
Tried with DEFAULT or MIC as audioSource with the same results.
Any hint on how can I use the mic from the headset?
Thank you.