From 7f5ad4f61c2b026cbe3957076d0349d6b218c5b0 Mon Sep 17 00:00:00 2001 From: Trailhead Date: Tue, 15 May 2018 07:41:10 -0600 Subject: [PATCH] fixing typo in README.md (#96) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62cd38ec..60e9f706 100644 --- a/README.md +++ b/README.md @@ -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