You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,22 +133,22 @@ Dependent on the example you might need to install some of the following librari
133
133
- Audio Boards
134
134
-[arduino-audiokit](https://github.com/pschatzmann/arduino-audiokit) Support for the __ESP32 AudioKit__ and decoder chips (ES8388, A1S, etc)
135
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.
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
142
139
- Audio DSP Libraries
143
140
-[arduino-stk](https://github.com/pschatzmann/Arduino-STK) Synthesis ToolKit in C++ (STK)
144
141
-[Maximilian](https://github.com/pschatzmann/Maximilian) cross-platform and multi-target audio synthesis and signal processing library
145
142
-[Mozzi](https://github.com/pschatzmann/Mozzi) A sound synthesis library for Arduino
146
143
- Fast Fourier Transform
147
144
-[KissFFT](https://github.com/pschatzmann/kissfft) Fast Fourier Transform FFT Library
148
145
-[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.
152
152
- SD
153
153
-[SdFat Library](https://github.com/greiman/SdFat) to read and write files supporting SD cards with FAT16/FAT32 and exFAT
154
154
-[SD Library](https://www.arduino.cc/en/reference/SD) to read and write files supporting SD cards with FAT16 and FAT32
0 commit comments