From 11058e81032dd96c8747b25d78d0dd9040df38fb Mon Sep 17 00:00:00 2001 From: Phil Schatzmann Date: Mon, 21 Nov 2022 09:27:15 +0100 Subject: [PATCH] README --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b0a3806b0f..e68e8302d9 100644 --- a/README.md +++ b/README.md @@ -133,12 +133,9 @@ Dependent on the example you might need to install some of the following librari - Audio Boards - [arduino-audiokit](https://github.com/pschatzmann/arduino-audiokit) Support for the __ESP32 AudioKit__ and decoder chips (ES8388, A1S, etc) - [arduino-vs1053](https://github.com/pschatzmann/arduino-vs1053) Support for __VS1053 audio modules__ -- Text To Speech - - [SAM](https://github.com/pschatzmann/arduino-SAM) A Text to Speech Engine - - [TTS](https://github.com/pschatzmann/TTS) A Text to Speech Engine - - [flite](https://github.com/pschatzmann/arduino-flite) A Text to Speech Engine - - [simple-tts](https://github.com/pschatzmann/arduino-simple-tts) A Simple TTS engine using prerecorded audio (e.g. to implement Talking Clock, Talking Numbers) - - [espeak-ng](https://github.com/pschatzmann/arduino-espeak-ng) eSpeak NG is an open source speech synthesizer that supports more than hundred languages. +- I2S Libraries + - [rp2040-i2s](https://github.com/pschatzmann/rp2040-i2s) I2S library for MBED RP2040 + - [stm32f411-i2s](https://github.com/pschatzmann/stm32f411-i2s) I2S library for the stm32f411 - Audio DSP Libraries - [arduino-stk](https://github.com/pschatzmann/Arduino-STK) Synthesis ToolKit in C++ (STK) - [Maximilian](https://github.com/pschatzmann/Maximilian) cross-platform and multi-target audio synthesis and signal processing library @@ -146,9 +143,12 @@ Dependent on the example you might need to install some of the following librari - Fast Fourier Transform - [KissFFT](https://github.com/pschatzmann/kissfft) Fast Fourier Transform FFT Library - [esp32-fft](https://github.com/pschatzmann/esp32-fft) Another FFT library (not only for the ESP32) -- I2S Libraries - - [rp2040-i2s](https://github.com/pschatzmann/rp2040-i2s) I2S library for MBED RP2040 - - [stm32f411-i2s](https://github.com/pschatzmann/stm32f411-i2s) I2S library for the stm32f411 +- Text To Speech + - [SAM](https://github.com/pschatzmann/arduino-SAM) A Text to Speech Engine + - [TTS](https://github.com/pschatzmann/TTS) A Text to Speech Engine + - [flite](https://github.com/pschatzmann/arduino-flite) A Text to Speech Engine + - [simple-tts](https://github.com/pschatzmann/arduino-simple-tts) A Simple TTS engine using prerecorded audio (e.g. to implement Talking Clock, Talking Numbers) + - [espeak-ng](https://github.com/pschatzmann/arduino-espeak-ng) eSpeak NG is an open source speech synthesizer that supports more than hundred languages. - SD - [SdFat Library](https://github.com/greiman/SdFat) to read and write files supporting SD cards with FAT16/FAT32 and exFAT - [SD Library](https://www.arduino.cc/en/reference/SD) to read and write files supporting SD cards with FAT16 and FAT32