Hi,
I'm encountering an issue with Echo Cancellation (AEC) on Android. Even with AndroidMicrophoneProvider to leverage hardware capabilities, the echo cancellation does not seem to be working.
The Setup:
Platform: Android
Output: Device Speaker / Hands-Free
The Issue: When the device generates sound (e.g., AI response), that audio is being fed back into the microphone input. The system hears its own output, triggering the VAD (Voice Activity Detection) and causing an infinite loop of the AI responding to itself or getting interrupted.
Has anyone successfully implemented hardware AEC with plugin provided?
Thanks
Hi,
I'm encountering an issue with Echo Cancellation (AEC) on Android. Even with AndroidMicrophoneProvider to leverage hardware capabilities, the echo cancellation does not seem to be working.
The Setup:
Platform: Android
Output: Device Speaker / Hands-Free
The Issue: When the device generates sound (e.g., AI response), that audio is being fed back into the microphone input. The system hears its own output, triggering the VAD (Voice Activity Detection) and causing an infinite loop of the AI responding to itself or getting interrupted.
Has anyone successfully implemented hardware AEC with plugin provided?
Thanks