Search found 1 match
- Tue Feb 23, 2021 5:38 pm
- Forum: ESP-ADF
- Topic: i2s_read() buffer accessing
- Replies: 0
- Views: 2392
i2s_read() buffer accessing
We are obtaining audio data with a microphone connected via i2s on our ESP32-WROOM-32. As we acquire data we would like to compute the fft of this signal and for this purpose we would like to take the data in an overlapping manner. For instance, we'd like to take the samples [1,256] in the first com...