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 a65d380 commit 6b8749fCopy full SHA for 6b8749f
src/AudioTools/AudioLibs/AudioSourceSDFAT.h
@@ -141,6 +141,11 @@ class AudioSourceSDFAT : public AudioSource {
141
/// very slow if you have a lot of files in many subdirectories
142
long size() { return idx.size(); }
143
144
+ /// provides access to the AudioFs object
145
+ AudioFs& getAudioFs() {
146
+ return sd;
147
+ }
148
+
149
protected:
150
SdSpiConfig *p_cfg = nullptr;
151
AudioFs sd;
0 commit comments