Skip to content

Commit

Permalink
Update the library descriptions properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Oct 2, 2017
1 parent 7b89388 commit 199e00d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 199e00d

Please sign in to comment.