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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,15 +127,14 @@ Dependent on the example you might need to install some of the following librari
127
127
-[SAM](https://github.com/pschatzmann/arduino-SAM) A Text to Speech Engine
128
128
-[TTS](https://github.com/pschatzmann/TTS) A Text to Speech Engine
129
129
-[flite](https://github.com/pschatzmann/arduino-flite) A Text to Speech Engine
130
-
-[simple-tts](https://github.com/pschatzmann/arduino-simple-tts) A Simple TTS engine which is based on prerecorded audio (Talking Clock, Talking Numbers)
130
+
-[simple-tts](https://github.com/pschatzmann/arduino-simple-tts) A Simple TTS engine using prerecorded audio (e.g. to implement Talking Clock, Talking Numbers)
131
131
-[arduino-stk](https://github.com/pschatzmann/Arduino-STK) Synthesis ToolKit in C++ (STK)
132
132
-[Maximilian](https://github.com/pschatzmann/Maximilian) cross-platform and multi-target audio synthesis and signal processing library
133
133
-[Mozzi](https://github.com/pschatzmann/Mozzi) A sound synthesis library for Arduino
134
-
-[rp2040-i2s](https://github.com/pschatzmann/rp2040-i2s) I2S library for RP2040 (mbed)
135
134
-[Tensorflow Lite](https://github.com/pschatzmann/tflite-micro-arduino-examples) Machine Learning for Arduino
136
135
-[KissFFT](https://github.com/pschatzmann/kissfft) Fast Fourier Transform FFT Library
137
136
-[esp32-fft](https://github.com/pschatzmann/esp32-fft) Another FFT library (not only for the ESP32)
138
-
-[rp2040-i2s](https://github.com/pschatzmann/rp2040-i2s) I2S for MBED RP2040
137
+
-[rp2040-i2s](https://github.com/pschatzmann/rp2040-i2s) I2S library for MBED RP2040
139
138
-[SdFat Library](https://github.com/greiman/SdFat) to read and write files supporting SD cards with FAT16/FAT32 and exFAT
140
139
-[SD Library](https://www.arduino.cc/en/reference/SD) to read and write files supporting SD cards with FAT16 and FAT32
0 commit comments