Picovoice / android-voice-processor

Asynchronous Android audio recording library designed for real-time speech audio processing
Apache License 2.0
4 stars 0 forks source link

Bluetooth mic support #7

Closed jordan-tpz closed 2 months ago

jordan-tpz commented 5 months ago

I would like to use this library by using a bluetooth headset mic.

I think in VoiceProcessor.java, the AudioRecord class currently only takes MediaRecorder.AudioSource.MIC. By using a bluetooth device, it should also accept MediaRecorder.AudioSource.VOICE_COMMUNICATION and enable Bluetooth SCO.

Do you plan to support a bluetooth device mic ?

laves commented 5 months ago

@jordan-tpz - thanks for your suggestion. While that does sound like a useful feature, it's not currently on our roadmap as our resources are allocated elsewhere right now. I'll keep this issue open and we'll see if we can add this at some point.

laves commented 2 months ago

Apologies, but this didn't make the engineering roadmap and isn't likely to in the near future