Skip to content

Customizing Audio Tools Library for Adaptive Noise Cancellation on ESP32 #1475

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

You must be logged in to vote

I suggest that you read the chapter about 'using Filters' in the Wiki and maybe read the 'The most important basics' as a precondition, which also answers some of your questions.

In order to decrease the delay you can decrease the I2S buffer size and count settings. You can use the same values that you used above!

The INMP441 is tricky to use, so don't ignore the advice given in the External 'ADCs and Microphones' chapter

One of the goals of my library was really, that you can do exactly the same, like in your example, but with much fewer lines of code: But the called functionality is the same.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cameronmattie
Comment options

@pschatzmann
Comment options

@cameronmattie
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