esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
411 stars 26 forks source link

Port i2s_audio to idf framework #1864

Open JeeCee1 opened 1 year ago

JeeCee1 commented 1 year ago

Describe the problem you have/What new integration you would like

It would reduce flash size if the i2s_audio integration could be ported to use the idf framework.

Please describe your use case for this integration and alternatives you've tried:

Combining i2s_audio with bluetooth_proxy fills up the flash, resulting in crashes. See this issue.

Additional context

martijnve commented 1 year ago

"Combining i2s_audio with bluetooth_proxy fills up the flash, resulting in crashes."

I don't know anything about the proposed solution but came here to look for this problem. Combining a small media player and a ble hub would be very nice.

elik745i commented 1 year ago

face the same issue, please help to resolve

ChristophCaina commented 10 months ago

here, too :)

alfwro13 commented 10 months ago

face the same issue please progress this

oarmenteros commented 3 months ago

Describe the problem you have/What new integration you would like

It would reduce flash size if the i2s_audio integration could be ported to use the idf framework.

Please describe your use case for this integration and alternatives you've tried:

the ESP32 ethernet can only be integrated with the idf framework, it is not possible to combine i2s_audio with an ESP32 ethernet

formatBCE commented 3 months ago

I'm using this with my S3: https://github.com/gnumpi/esphome_audio It works good!