-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio noise reduction not working #63
Comments
Hi, You have a lot happening in your code, so it's hard to know what is going wrong. Here are some thoughts:
Chip |
Hi Chip thank you for the help. i have changed the FFT_overlap_factor to 2
and set
Now if i uncomment
The audio signal is there but with artefacts and if i put the lines back, there is no audio signal coming anymore. Here is the Init in constructor:
And here is the code inside update for noise removal:
Do you think i have to change the noise settings ? Does it record the noise at beginning or it subtracts the noise with the parameters on the struct? |
Hi,
i am trying to use the tympan library for my custom board. I use the TLV32ßADC6140 and everything is working fine.
I have a stereo input at 192kHz and i do an average down to 48kHz and after that i am trying to do a noice reduction but the audio output is zero.
If i uncomment "#define FFT_Noise_Subtraction", everything is working fine, but using the noise subtraction algorithmus i dont see any audio signal output.
Here is my code:
Any idea?
The text was updated successfully, but these errors were encountered: