Skip to content
Discussion options

You must be logged in to vote

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

Replies: 1 comment

Comment options

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