From 36964973441bfb9fe0108ffbe4ca179d1be087b7 Mon Sep 17 00:00:00 2001 From: pschatzmann Date: Sat, 7 Oct 2023 17:21:01 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20doxygen=20from=20@=20pschatzma?= =?UTF-8?q?nn/arduino-audio-tools@8cc419a5fcbd788fb321a4b89b6da8e42f3b361e?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _audio_source_s_d_f_a_t_8h_source.html | 4 ++-- classaudio__tools_1_1_audio_source_s_d_f_a_t-members.html | 2 +- classaudio__tools_1_1_audio_source_s_d_f_a_t.html | 8 ++++---- functions.html | 2 +- functions_func.html | 2 +- search/all_1.js | 2 +- search/functions_1.js | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/_audio_source_s_d_f_a_t_8h_source.html b/_audio_source_s_d_f_a_t_8h_source.html index 21e6f2b13b..33d20ef416 100644 --- a/_audio_source_s_d_f_a_t_8h_source.html +++ b/_audio_source_s_d_f_a_t_8h_source.html @@ -109,7 +109,7 @@
38 namespace audio_tools {
48 class AudioSourceSDFAT : public AudioSource {
49 public:
-
51  AudioSourceSDFAT(const char* startFilePath = "/", const char* ext = ".mp3", int chipSelect = PIN_CS, int speedMHz = 2,int spi_mode=DEDICATED_SPI, bool setupIndex=true) {
+
51  AudioSourceSDFAT(const char* startFilePath = "/", const char* ext = ".mp3", int chipSelect = PIN_CS, int speedMHz = 10,int spi_mode=DEDICATED_SPI, bool setupIndex=true) {
52  TRACED();
53  LOGI("SD chipSelect: %d", chipSelect);
54  LOGI("SD speedMHz: %d", speedMHz);
@@ -226,7 +226,7 @@
AudioSourceSDFAT(const char *startFilePath, const char *ext, SdSpiConfig &config, bool setupIndex=true)
Costructor with SdSpiConfig.
Definition: AudioSourceSDFAT.h:64
long size()
Provides the number of files (The max index is size()-1): WARNING this is very slow if you have a lot...
Definition: AudioSourceSDFAT.h:143
const char * toStr()
provides the actual file name
Definition: AudioSourceSDFAT.h:134
-
AudioSourceSDFAT(const char *startFilePath="/", const char *ext=".mp3", int chipSelect=PIN_CS, int speedMHz=2, int spi_mode=DEDICATED_SPI, bool setupIndex=true)
Default constructor.
Definition: AudioSourceSDFAT.h:51
+
AudioSourceSDFAT(const char *startFilePath="/", const char *ext=".mp3", int chipSelect=PIN_CS, int speedMHz=10, int spi_mode=DEDICATED_SPI, bool setupIndex=true)
Default constructor.
Definition: AudioSourceSDFAT.h:51
virtual void begin() override
Reset actual stream and move to root.
Definition: AudioSourceSDFAT.h:74
virtual void setPath(const char *p)
Allows to "correct" the start path if not defined in the constructor.
Definition: AudioSourceSDFAT.h:140
virtual bool isAutoNext()
Returns default setting go to the next.
Definition: AudioSourceSDFAT.h:137
diff --git a/classaudio__tools_1_1_audio_source_s_d_f_a_t-members.html b/classaudio__tools_1_1_audio_source_s_d_f_a_t-members.html index abaa390723..0edd5308da 100644 --- a/classaudio__tools_1_1_audio_source_s_d_f_a_t-members.html +++ b/classaudio__tools_1_1_audio_source_s_d_f_a_t-members.html @@ -72,7 +72,7 @@

This is the complete list of members for AudioSourceSDFAT, including all inherited members.

- + diff --git a/classaudio__tools_1_1_audio_source_s_d_f_a_t.html b/classaudio__tools_1_1_audio_source_s_d_f_a_t.html index 91e5bfd330..2a2f1c2358 100644 --- a/classaudio__tools_1_1_audio_source_s_d_f_a_t.html +++ b/classaudio__tools_1_1_audio_source_s_d_f_a_t.html @@ -100,14 +100,14 @@   + + + - - - diff --git a/functions.html b/functions.html index 9d9d87926d..a5b9a31d13 100644 --- a/functions.html +++ b/functions.html @@ -246,7 +246,7 @@

- a -

AudioSourceSDFAT(const char *startFilePath="/", const char *ext=".mp3", int chipSelect=PIN_CS, int speedMHz=2, int spi_mode=DEDICATED_SPI, bool setupIndex=true)AudioSourceSDFATinline
AudioSourceSDFAT(const char *startFilePath="/", const char *ext=".mp3", int chipSelect=PIN_CS, int speedMHz=10, int spi_mode=DEDICATED_SPI, bool setupIndex=true)AudioSourceSDFATinline
AudioSourceSDFAT(const char *startFilePath, const char *ext, SdSpiConfig &config, bool setupIndex=true)AudioSourceSDFATinline
AudioSourceSDFAT(const char *startFilePath="/", const char *ext=".mp3", int chipSelect=PIN_CS, int speedMHz=2)AudioSourceSDFATinline
AudioSourceSDFAT(const char *startFilePath, const char *ext, SdSpiConfig &config)AudioSourceSDFATinline
AudioSourceSDFAT (const char *startFilePath, const char *ext, SdSpiConfig &config, bool setupIndex=true)
 Costructor with SdSpiConfig.
 
AudioSourceSDFAT (const char *startFilePath="/", const char *ext=".mp3", int chipSelect=PIN_CS, int speedMHz=10, int spi_mode=DEDICATED_SPI, bool setupIndex=true)
 Default constructor.
 
 AudioSourceSDFAT (const char *startFilePath="/", const char *ext=".mp3", int chipSelect=PIN_CS, int speedMHz=2)
 Default constructor.
 
AudioSourceSDFAT (const char *startFilePath="/", const char *ext=".mp3", int chipSelect=PIN_CS, int speedMHz=2, int spi_mode=DEDICATED_SPI, bool setupIndex=true)
 Default constructor.
 
virtual ~AudioSourceSDFAT ()
 Destructor.