Skip to content

Commit c43f6ff

Browse files
committed
doxygen
1 parent cb6fa35 commit c43f6ff

File tree

1 file changed

+25
-19
lines changed

1 file changed

+25
-19
lines changed

README.md

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -125,27 +125,33 @@ AudioLogger::instance().begin(Serial, AudioLogger::Debug);
125125

126126
Dependent on the example you might need to install some of the following libraries:
127127

128-
- [ESP32-A2DP Library](https://github.com/pschatzmann/ESP32-A2DP) to support A2DP Bluetooth Audio
129128
- [Many Codec Libraries](https://github.com/pschatzmann/arduino-audio-tools/wiki/Encoding-and-Decoding-of-Audio) which are described in the Wiki
130-
- [arduino-audiokit](https://github.com/pschatzmann/arduino-audiokit) Support for the __ESP32 AudioKit__ and decoder chips (ES8388, A1S, etc)
131-
- [arduino-vs1053](https://github.com/pschatzmann/arduino-vs1053) Support for __VS1053 audio modules__
129+
- [ESP32-A2DP Library](https://github.com/pschatzmann/ESP32-A2DP) to support A2DP Bluetooth Audio
132130
- [arduino-midi](https://github.com/pschatzmann/arduino-midi) A simple __MIDI__ message parser and generator
133-
- [SAM](https://github.com/pschatzmann/arduino-SAM) A Text to Speech Engine
134-
- [TTS](https://github.com/pschatzmann/TTS) A Text to Speech Engine
135-
- [flite](https://github.com/pschatzmann/arduino-flite) A Text to Speech Engine
136-
- [simple-tts](https://github.com/pschatzmann/arduino-simple-tts) A Simple TTS engine using prerecorded audio (e.g. to implement Talking Clock, Talking Numbers)
137-
- [espeak-ng](https://github.com/pschatzmann/arduino-espeak-ng) eSpeak NG is an open source speech synthesizer that supports more than hundred languages.
138-
- [arduino-stk](https://github.com/pschatzmann/Arduino-STK) Synthesis ToolKit in C++ (STK)
139-
- [Maximilian](https://github.com/pschatzmann/Maximilian) cross-platform and multi-target audio synthesis and signal processing library
140-
- [Mozzi](https://github.com/pschatzmann/Mozzi) A sound synthesis library for Arduino
141-
- [Tensorflow Lite](https://github.com/pschatzmann/tflite-micro-arduino-examples) Machine Learning for Arduino
142-
- [KissFFT](https://github.com/pschatzmann/kissfft) Fast Fourier Transform FFT Library
143-
- [esp32-fft](https://github.com/pschatzmann/esp32-fft) Another FFT library (not only for the ESP32)
144-
- [rp2040-i2s](https://github.com/pschatzmann/rp2040-i2s) I2S library for MBED RP2040
145-
- [stm32f411-i2s](https://github.com/pschatzmann/stm32f411-i2s) I2S library for the stm32f411
146-
- [SdFat Library](https://github.com/greiman/SdFat) to read and write files supporting SD cards with FAT16/FAT32 and exFAT
147-
- [SD Library](https://www.arduino.cc/en/reference/SD) to read and write files supporting SD cards with FAT16 and FAT32
148131
- [TinyHttp](https://github.com/pschatzmann/TinyHttp) a http server that also supports audio for multiple users
132+
- [Tensorflow Lite](https://github.com/pschatzmann/tflite-micro-arduino-examples) Machine Learning for Arduino
133+
- Audio Boards
134+
- [arduino-audiokit](https://github.com/pschatzmann/arduino-audiokit) Support for the __ESP32 AudioKit__ and decoder chips (ES8388, A1S, etc)
135+
- [arduino-vs1053](https://github.com/pschatzmann/arduino-vs1053) Support for __VS1053 audio modules__
136+
- Text To Speech
137+
- [SAM](https://github.com/pschatzmann/arduino-SAM) A Text to Speech Engine
138+
- [TTS](https://github.com/pschatzmann/TTS) A Text to Speech Engine
139+
- [flite](https://github.com/pschatzmann/arduino-flite) A Text to Speech Engine
140+
- [simple-tts](https://github.com/pschatzmann/arduino-simple-tts) A Simple TTS engine using prerecorded audio (e.g. to implement Talking Clock, Talking Numbers)
141+
- [espeak-ng](https://github.com/pschatzmann/arduino-espeak-ng) eSpeak NG is an open source speech synthesizer that supports more than hundred languages.
142+
- Audio DSP Libraries
143+
- [arduino-stk](https://github.com/pschatzmann/Arduino-STK) Synthesis ToolKit in C++ (STK)
144+
- [Maximilian](https://github.com/pschatzmann/Maximilian) cross-platform and multi-target audio synthesis and signal processing library
145+
- [Mozzi](https://github.com/pschatzmann/Mozzi) A sound synthesis library for Arduino
146+
- Fast Fourier Transform
147+
- [KissFFT](https://github.com/pschatzmann/kissfft) Fast Fourier Transform FFT Library
148+
- [esp32-fft](https://github.com/pschatzmann/esp32-fft) Another FFT library (not only for the ESP32)
149+
- I2S Libraries
150+
- [rp2040-i2s](https://github.com/pschatzmann/rp2040-i2s) I2S library for MBED RP2040
151+
- [stm32f411-i2s](https://github.com/pschatzmann/stm32f411-i2s) I2S library for the stm32f411
152+
- SD
153+
- [SdFat Library](https://github.com/greiman/SdFat) to read and write files supporting SD cards with FAT16/FAT32 and exFAT
154+
- [SD Library](https://www.arduino.cc/en/reference/SD) to read and write files supporting SD cards with FAT16 and FAT32
149155

150156

151157
## Show and Tell
@@ -177,5 +183,5 @@ If you want to use the library in PlatformIO, you can find a [detailed descripti
177183

178184
This software is totally free, but you can make me happy by rewarding me with a treat
179185

180-
- [Buy me a caffee](https://www.buymeacoffee.com/philschatzh)
186+
- [Buy me a coffee](https://www.buymeacoffee.com/philschatzh)
181187
- [Paypal me](https://paypal.me/pschatzmann?country.x=CH&locale.x=en_US)

0 commit comments

Comments
 (0)