Skip to content

Commit

Permalink
fixing typo in README.md (earlephilhower#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
trailhead authored and earlephilhower committed May 15, 2018
1 parent a461034 commit 7f5ad4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ AudioOutputI2SNoDAC *out;
````

## AudioFileSourceID3 - ID3 stream parser filter with a user-speficied callback
## AudioFileSourceID3 - ID3 stream parser filter with a user-specified callback
This class, which takes as input any other AudioFileSource and outputs an AudioFileSource suitable for any decoder, automatically parses out ID3 tags from MP3 files. You need to specify a callback function, which will be called as tags are decoded and allow you to update your UI state with this information. See the PlayMP3FromSPIFFS example for more information.

## AudioGenerator classes
Expand Down

0 comments on commit 7f5ad4f

Please sign in to comment.