Page 1 of 1

what is the equivalent of i2s_stream_set_clk in IDF ?

Posted: Wed Sep 24, 2025 6:36 pm
by esp32.damiano
I can stream music with both the ADF + the pipeline idea and also using the IDF i2s_channel_write (kind of raw data io)

I need the IDF version since it has the possibility of sharing the i2c bus (I have more than one i2c dev on the bus)

I wish to have the capability of ADF within IDF 5.5.1 i2s_*

Any of you know if there is the equivalent ADF i2s_stream_set_clk within IDF ?

As a side note

the documentation is a terrible mix of old and new API

Please, put a date on the API or, even better, declare deprecated what is old and useless