espressif / esp-adf

Espressif Audio Development Framework
Other
1.5k stars 670 forks source link

Is there any plan to upgrade i2s_stream.c to use new i2s API? (AUD-4935) #1091

Open jian-soft opened 9 months ago

jian-soft commented 9 months ago

I found i2s_stream.c is still using legacy i2s API i2s.h, which is deprecated in IDF v5.1. Is there any plan to upgrade i2s_stream.c to use new i2s API i2s_std.h?

Or is it easy to upgrade i2s.h to i2s_std.h by self ?

jason-mao commented 9 months ago

Sure, we have this plan.

jian-soft commented 9 months ago

When do you finish the upgrading? Could you give any time schedule? @jason-mao thanks