Skip to content

Which filter should I use for Echo Cancellation? #2096

Answered by pschatzmann
ziv2013 asked this question in Q&A
Discussion options

You must be logged in to vote

I guess your issue is rather audio feed-back than echo.

Here is some theoretical advice:

  • Make sure that you use a directional microphone that is not in the directly in the speaker path: maybe you can use some wave guides or use a headphone or earphones.
  • Reduce the sensitivitiy of the microphone (evenutally switch off or reduce the volume the microphone dynamically if it is not used or if you get feed back). You can use the VolumeStream and the VolumeMeter if your ADC does not support this.
  • You can try to use a Notch Filter to filter out the frequencies that cause problems. Eventually you can try to combine it with FFT to determine the frequencies with issues.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ziv2013
Comment options

Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2095 on June 30, 2025 09:13.