Skip to content

Commit 026b85b

Browse files
committed
comments
1 parent af06867 commit 026b85b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/AudioTools/Disk/AudioSourceIdxSD.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ namespace audio_tools {
99

1010
/**
1111
* @brief ESP32 AudioSource for AudioPlayer using an SD card as data source.
12+
* An index file is used to speed up the access to the audio files by index.
1213
* This class is based on the Arduino SD implementation
1314
* Connect the SD card to the following pins:
1415
*

src/AudioTools/Disk/AudioSourceIdxSDFAT.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ typedef FsFile AudioFile;
3434
namespace audio_tools {
3535
/**
3636
* @brief ESP32 AudioSource for AudioPlayer using an SD card as data source.
37+
* An index file is used to speed up the access to the audio files by index.
3738
* This class is based on the Arduino SD implementation
3839
* For UTF8 Support change SdFatConfig.h #define USE_UTF8_LONG_NAMES 1
3940
* @ingroup player

src/AudioTools/Disk/AudioSourceIdxSDMMC.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace audio_tools {
1010

1111
/**
1212
* @brief ESP32 AudioSource for AudioPlayer using an SD card as data source.
13+
* An index file is used to speed up the access to the audio files by index.
1314
* This class is based on the Arduino SD_MMC implementation
1415
* Connect the SD card to the following pins:
1516
*

0 commit comments

Comments
 (0)