Skip to content

Commit 11058e8

Browse files
committed
README
1 parent 573f759 commit 11058e8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -133,22 +133,22 @@ Dependent on the example you might need to install some of the following librari
133133
- Audio Boards
134134
- [arduino-audiokit](https://github.com/pschatzmann/arduino-audiokit) Support for the __ESP32 AudioKit__ and decoder chips (ES8388, A1S, etc)
135135
- [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.
136+
- I2S Libraries
137+
- [rp2040-i2s](https://github.com/pschatzmann/rp2040-i2s) I2S library for MBED RP2040
138+
- [stm32f411-i2s](https://github.com/pschatzmann/stm32f411-i2s) I2S library for the stm32f411
142139
- Audio DSP Libraries
143140
- [arduino-stk](https://github.com/pschatzmann/Arduino-STK) Synthesis ToolKit in C++ (STK)
144141
- [Maximilian](https://github.com/pschatzmann/Maximilian) cross-platform and multi-target audio synthesis and signal processing library
145142
- [Mozzi](https://github.com/pschatzmann/Mozzi) A sound synthesis library for Arduino
146143
- Fast Fourier Transform
147144
- [KissFFT](https://github.com/pschatzmann/kissfft) Fast Fourier Transform FFT Library
148145
- [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
146+
- Text To Speech
147+
- [SAM](https://github.com/pschatzmann/arduino-SAM) A Text to Speech Engine
148+
- [TTS](https://github.com/pschatzmann/TTS) A Text to Speech Engine
149+
- [flite](https://github.com/pschatzmann/arduino-flite) A Text to Speech Engine
150+
- [simple-tts](https://github.com/pschatzmann/arduino-simple-tts) A Simple TTS engine using prerecorded audio (e.g. to implement Talking Clock, Talking Numbers)
151+
- [espeak-ng](https://github.com/pschatzmann/arduino-espeak-ng) eSpeak NG is an open source speech synthesizer that supports more than hundred languages.
152152
- SD
153153
- [SdFat Library](https://github.com/greiman/SdFat) to read and write files supporting SD cards with FAT16/FAT32 and exFAT
154154
- [SD Library](https://www.arduino.cc/en/reference/SD) to read and write files supporting SD cards with FAT16 and FAT32

0 commit comments

Comments
 (0)