Search found 2 matches
- Sat Sep 05, 2020 9:35 pm
- Forum: General Discussion
- Topic: Esp32 and audio (text to speech)
- Replies: 5
- Views: 20076
Re: Esp32 and audio (text to speech)
I heard those are one of the best: Flite: a small, fast run time synthesis engine (c++) University of Edinburgh Festival Speech Synthesis System (pure C) Here is a port of Flite to ESP-IDF I made: https://github.com/alkhimey/esp32-flite Here is a video of it in action: https://www.youtube.com/watch...
- Sat Jul 20, 2019 8:56 am
- Forum: ESP-IDF
- Topic: Module shutting down when wifi is used
- Replies: 2
- Views: 4353
Module shutting down when wifi is used
I am using the following dev kit from geekworm which is based on WROVER. http://www.raspberrypiwiki.com/index.php/ESP32_WROVER-i_DevKit When I try simple examples from esp-idf, everything is working great. I get problems when I try one of the Wifi examples, for example the "station" example here: ht...