-
Notifications
You must be signed in to change notification settings - Fork 57
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
Make I2S mic usable standalone #7
base: master
Are you sure you want to change the base?
Conversation
@HorstBaerbel This PR returns on error when attempting to compile. Would you mind taking a look at it, please?
I see a similarly named function, |
This repo is dead. See my project for a working version. I hate OSS repo fragmentation, but it's been 2 years since this PR, so I don't expect it to ever get merged. |
@bbbenji Did you have any luck checking out my fork? |
@HorstBaerbel thanks for following up. I did check out your repo, but it's completely rid of the decibel output, which is what I need. I spent a lot of time trying to get this PR working and despite my efforts, I was unfortunately unsuccessful. If you are curious, here is my fork of this PR: https://github.com/bbbenji/DeciLight/ I ended up forking this original repo and working successfully with that. I haven't yet pushed it. But your PR would have made my code a bit more clean. It's been a while since I have touched this code, so I don't even remember what point I got to. |
Correction: I guess I did push my final project based off this repo here: https://github.com/bbbenji/esp32-db-signaller |
Hi Ivan,
Thanks for the great I2S microphone example of yours! I wanted to use it in my own project, but ran into problems, because I only needed the I2S sampling and equalization. So I split your example into multiple files and made the microphone sampling into a template class. Now it can be used standalone. I also incorporated pull request #3.
I'd be happy if you could test and merge my changes, so I can use your code as a git submodule in my project. If you have questions or want me to make changes just post here.
The code is working fine in my own project, but I have no SSD1306 display to test with...