).
I am exploring solutions for integrating Acoustic Echo Cancellation (AEC) into our product, similar to what Krisp (https://krisp.ai/
) provides. Please excuse me if I miss any technical nuances, as I am new to sound system engineering.
Scenario:
- A user’s system has a physical speaker and physical microphone.
- We want to install a virtual speaker and virtual microphone using VB-Cable (or equivalent).
- The virtual speaker should receive input from the physical speaker.
- The virtual microphone should receive input from the physical microphone.
- While transferring audio between these devices, we want to apply AEC (WebRTC implementation) to remove echo.
Looking forward to your guidance.