I2SStream Documentation? #2189
-
Hello all, I am brand new here and a working on a SDR project using an ECM input to a PCM1808, to and ESP32 to do DSP eventually, and then to a PCM5102A. I am planning on using 44.1kHz, with 24 bit resolution. I was just starting to look at how this library works and it seems everyone is using an I2SStream class, but I can't find the documentation on it, the classic 404 error. I was wondering if anyone knew how to help at all, thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The I2SStream is just the platform idependent API class which delegates the processing to the platform specific drivers. For the ESP32 this also depends on the IDF version: On an actual version this would point to the I2SDriverESP32V1. If you don't know the class name, I recommend to use the Class Documentation by Topic. The I2SStream can be found under the topic IO and all the platform specific driver classes under Platfrom. |
Beta Was this translation helpful? Give feedback.
The I2SStream is just the platform idependent API class which delegates the processing to the platform specific drivers.
For the ESP32 this also depends on the IDF version: On an actual version this would point to the I2SDriverESP32V1.
If you don't know the class name, I recommend to use the Class Documentation by Topic. The I2SStream can be found under the topic IO and all the platform specific driver classes under Platfrom.
If you know the class name, you would use the All Classes Alphabetically