diff --git a/README.md b/README.md index 5ca7c42f7..7234e94c2 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ As “Audio Sinks” we will have e.g: - ESP32 AudioKit - [AudioKitStream](https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_audio_kit_stream.html) - Callback integration e.g. with ESP8266Audio [AudioOutputWithCallback](https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_audio_output_with_callback.html) - Filtered Output - [FilteredStream](https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_filtered_stream.html) +- Tensorflow Lite - [TfLiteAudioOutput](https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_tf_lite_audio_output.html) - Any other Arduino Classes implementing Streams: SD, Ethernet etc ### Examples @@ -124,6 +125,8 @@ Dependent on the example you might need to install some of the following librari - [Maximilian](https://github.com/pschatzmann/Maximilian) cross-platform and multi-target audio synthesis and signal processing library - [Mozzi](https://github.com/pschatzmann/Mozzi) A sound synthesis library for Arduino - [ESP8266Audio](https://github.com/earlephilhower/ESP8266Audio) to play different audio Formats +- [Tensorflow Lite](https://github.com/pschatzmann/tflite-micro-arduino-examples) + After installing a library, you might need to activate it's usage in the ```AudioConfig.h``` file!