We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5341c7b commit 78eac8aCopy full SHA for 78eac8a
examples/examples-player/player-vector_sdfat-audiokit/player-vector_sdfact-audiokit.ino renamed to examples/examples-player/player-vector_sdfat-audiokit/player-vector_sdfat-audiokit.ino
@@ -1,4 +1,13 @@
1
-#include "AudioTools.h"
+/**
2
+ * @file player-vector_sdfat.ino
3
+ * @brief example that shows how to use the versatile AudioSourceVector class
4
+ * as data source. We use the SdFat library to read audio files from an SD card.
5
+ *
6
+ * @author Phil Schatzmann
7
+ * @copyright GPLv3
8
+ */
9
+
10
+ #include "AudioTools.h"
11
#include "AudioTools/AudioCodecs/CodecMP3Helix.h"
12
#include "AudioTools/AudioLibs/AudioBoardStream.h"
13
#include "SPI.h"
0 commit comments