Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Apr 5, 2022
1 parent a47f85a commit 0eccecd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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!

Expand Down

0 comments on commit 0eccecd

Please sign in to comment.