Files
klubhaus-doorbell/libraries/audio-tools/examples/examples-audiokit/streams-tf-audiokit/README.md
2026-02-16 19:05:11 -08:00

1.4 KiB

Using the AI Thinker ESP32 with Tensoflow Lite to Generate Audio

I found some cheap AI Thinker ESP32 Audio Kit V2.2 on AliExpress and because I was tired of all the wires I had to connect to implement my different scenarios that are possible with my Arduino Audio Tools Library, I thought it to be a good idea to buy this board. You dont need to bother about any wires because everything is on one nice board. Just just need to install the dependencies.

Audio Kit

The starting point is the good overview provided by the "Hallo World" example of Tensorflow Lite which describes how to create, train and use a model which based on the sine function. Further information can be found in the Wiki

Note

The log level has been set to Info to help you to identify any problems. Please change it to AudioLogger::Warning to get the best sound quality!

Dependencies

You need to install the following libraries: