Replies: 6 comments
-
I think you can use my different libraries together with ESPHome to build some cool stuff just with a few lines of code. E.g. with my library arduino-simple-tts you could play some sound recordings based on keywords...
|
Beta Was this translation helpful? Give feedback.
-
We would love to pull something like this into ESPHome. The main issue I see though is that it has a reliance on Arduino (and it's provided libraries) which raises flags for us as we are trying to move ESP32 fully to ESP-IDF. |
Beta Was this translation helpful? Give feedback.
-
Well on my side it was a conscious decision to make this library dependent on Arduino because of the Arduino Streams, so you can deal with (audio) data via Serial, UDP, TCP, Files, Bluetooth...with just one interface. To do this in ESP-IDF would be a big nightmare... |
Beta Was this translation helpful? Give feedback.
-
@jesserockz If the way forward with ESPHome is with ESP-IDF then I guess it could be possible to include ESP-ADF as well? It provides a lot of audio streams functionality as well. |
Beta Was this translation helpful? Give feedback.
-
I agree - that would be the logical choice. It's just not as easy to use ... |
Beta Was this translation helpful? Give feedback.
-
Moved to discussion - ideas |
Beta Was this translation helpful? Give feedback.
-
Hello Phil. First of all thanks for the great initiative for this library. Seems perfect for all kinds of crazy stuff.
Would this library be feasible to use as a ESPHome custom component? That project is in big need for audio player component and it would get a lot of use as home music players etc.
Some discussion in here:
esphome/feature-requests#599
Beta Was this translation helpful? Give feedback.
All reactions