diff --git a/library.json b/library.json index f6d843fa..2b343b85 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "ESP8266Audio", "description": "Audio file format and I2S DAC library", - "keywords": "ESP8266, MP3, WAV, MOD, I2S, DAC, Delta-Sigma", + "keywords": "ESP8266, MP3, WAV, MOD, FLAC, I2S, DAC, Delta-Sigma", "authors": [ { "name": "Earle F. Philhower, III", diff --git a/library.properties b/library.properties index 4fc5ed4b..64db7ef4 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=1.0 author=Earle F. Philhower, III maintainer=Earle F. Philhower, III sentence=Audio file and I2S sound playing routines. -paragraph=Date and Time functions, with provisions to synchronize to external time sources like GPS and NTP (Internet). This library is often used together with TimeAlarms and DS1307RTC. +paragraph=Decode compressed MP3, FLAC, Screamtracker MOD, and WAV and play on an I2S DAC or a software-driven delta-sigma DAC and 1-transistor amplifier. category=Signal Input/Output url=https://github.com/earlephilhower/ESP8266Audio architectures=esp8266