-
Notifications
You must be signed in to change notification settings - Fork 81
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
Support for ESP32-CAM #218
Comments
On a similar note, I am looking for support for two non-MEMS microphones (yep, I need the traditional analogue signal to be "ADCed") being mixed into one stereo-signal which I can then both in real-time transfer over network as well as save the very same stream to a flash memory. Any plans to support such use-cases? |
@mikkeldamsgaard do you know what is already possible and what would need to happen for audio signals? |
@floitsch @dumblob The ESP32 has two ADC's that are supported by toit already and the flash is also supported. The issue will be to get a constant sample rate, as the ADC's are not currently supported in toit on the I2S. The specification for the ADC's in the esp32 are not optimal for audio sampling anyway (12-bit and very bad SNR), so if you want good quality digital recordings, I would recommend adding a dedicated audio codec/adc to the system and interface that to the ESP32 via I2S. |
Oh, thanks for the nudge! I would not have thought of this myself. |
Support the ESP32-CAM.
The text was updated successfully, but these errors were encountered: