Skip to content

Commit 0eccecd

Browse files
committed
documentation
1 parent a47f85a commit 0eccecd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ As “Audio Sinks” we will have e.g:
4646
- ESP32 AudioKit - [AudioKitStream](https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_audio_kit_stream.html)
4747
- Callback integration e.g. with ESP8266Audio [AudioOutputWithCallback](https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_audio_output_with_callback.html)
4848
- Filtered Output - [FilteredStream](https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_filtered_stream.html)
49+
- Tensorflow Lite - [TfLiteAudioOutput](https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_tf_lite_audio_output.html)
4950
- Any other Arduino Classes implementing Streams: SD, Ethernet etc
5051

5152
### Examples
@@ -124,6 +125,8 @@ Dependent on the example you might need to install some of the following librari
124125
- [Maximilian](https://github.com/pschatzmann/Maximilian) cross-platform and multi-target audio synthesis and signal processing library
125126
- [Mozzi](https://github.com/pschatzmann/Mozzi) A sound synthesis library for Arduino
126127
- [ESP8266Audio](https://github.com/earlephilhower/ESP8266Audio) to play different audio Formats
128+
- [Tensorflow Lite](https://github.com/pschatzmann/tflite-micro-arduino-examples)
129+
127130

128131
After installing a library, you might need to activate it's usage in the ```AudioConfig.h``` file!
129132

0 commit comments

Comments
 (0)