File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ namespace audio_tools {
9
9
10
10
/* *
11
11
* @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.
12
13
* This class is based on the Arduino SD implementation
13
14
* Connect the SD card to the following pins:
14
15
*
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ typedef FsFile AudioFile;
34
34
namespace audio_tools {
35
35
/* *
36
36
* @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.
37
38
* This class is based on the Arduino SD implementation
38
39
* For UTF8 Support change SdFatConfig.h #define USE_UTF8_LONG_NAMES 1
39
40
* @ingroup player
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ namespace audio_tools {
10
10
11
11
/* *
12
12
* @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.
13
14
* This class is based on the Arduino SD_MMC implementation
14
15
* Connect the SD card to the following pins:
15
16
*
You can’t perform that action at this time.
0 commit comments