From 60b93433d88d08509ae80e7991e8c9791df1a9bc Mon Sep 17 00:00:00 2001 From: KDM Date: Tue, 16 Apr 2024 22:55:52 +0100 Subject: [PATCH] Update README.md (#675) Corrected format to formant. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a20f53f..c94c794 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Arduino library for parsing and decoding MOD, WAV, MP3, FLAC, MIDI, AAC, and RTT ESP8266 is fully supported and most mature, but ESP32 is also mostly there with built-in DAC as well as external ones. -For real-time, autonomous speech synthesis, check out [ESP8266SAM](https://github.com/earlephilhower/ESP8266SAM), a library which uses this one and a port of an ancient format-based synthesis program to allow your ESP8266 to talk with low memory and no network required. +For real-time, autonomous speech synthesis, check out [ESP8266SAM](https://github.com/earlephilhower/ESP8266SAM), a library which uses this one and a port of an ancient formant-based synthesis program to allow your ESP8266 to talk with low memory and no network required. ## Disclaimer All this code is released under the GPL, and all of it is to be used at your own risk. If you find any bugs, please let me know via the GitHub issue tracker or drop me an email.