Feedback suppression configuration
Feedback suppression configuration
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
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.
There are probably other people on here that could add more info.
-
- Posts: 118
- Joined: Mon Jun 24, 2019 12:51 pm
Re: Feedback suppression configuration
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.