Skip to content

Searching for wifi audio streaming client-server esp32 INMP441 (mic) / MAX98357 (amplifier) arduino examples #36

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

You must be logged in to vote

Try to read the Wiki and examples of the AudioTools Project first, so that you understand how to use this library.
It is true that I made most examples for the AudioKit because it is just easier to test, but usually you can just exchange the source or destination with an I2SStream or an other input or output class.

Both your input is I2S and your output is I2S, so you are looking for the stream-i2s-i2s examples. There are two of them one using a single I2S port in douplex and one using two I2S ports.

I you read the ADC Wiki, you will find the restrictions for the INMP441...

Or maybe I did not quite understand what you try to do ?

PS. I just noticed that you are completly wrong here: This …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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