Page 1 of 1

Feedback suppression configuration

Posted: Tue May 30, 2023 5:55 pm
by PhillK
Hi, I was looking at the HoerTech-gGmbH's example for AFC configuration,https://github.com/HoerTech-gGmbH/openM ... uppression, since the IO library is MHAIOParser, how should I pass in the input as the .wav file given in the GitHub repository? I tried looking for the manuals but did not find the appropriate syntax. Appreciate the help.

Re: Feedback suppression configuration

Posted: Mon Jun 05, 2023 12:33 pm
by nmichael
I'm afraid I don't have much experience with this example. Have you looked at example 31, Adaptive Feedback Canceller? It might have a few more clues and it also explains more about the current state of the feedback canceller.

There are probably other people on here that could add more info.

Re: Feedback suppression configuration

Posted: Wed Jun 07, 2023 11:26 am
by tobiasherzke
Please see https://github.com/HoerTech-gGmbH/openM ... mha.m#L200 for how to feed a buffer of audio to MHAIOParser, and line 203 in this file for how to read the processed result.