gillesdemey / node-record-lpcm16

:microphone: Records a 16-bit signed-integer linear pulse modulation code encoded audio file.
ISC License
212 stars 59 forks source link

echo cancellation support #63

Open bsanjaasuren opened 2 years ago

bsanjaasuren commented 2 years ago

We are using the library for recording phone calls on our web application. But we have noticed an issue that it's also recording the caller's voice when I set loudspeaker mode. Which leads to duplication on both sides. Is there any way to solve that problem? I guess we need some echo cancellation mode.