AudioSourceSDFAT is no longer available? #1968
-
Hi. I was using AudioTools::AudioSourceSDFAT library with MP3 player to get files from directory source to the player, but now I get an error that library is not located. Was removed? Is no longer available? What alternative solution is there? I provided to the AudioPlayer the files from SD, throught AudioSourceSDFAT. SdSpiConfig sdcfg(PIN_AUDIO_KIT_SD_CARD_CS,SHARED_SPI,SD_SCK_MHZ(SD_SPEED_MHZ),&SPI); |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Ok. I see that all was unified on LegacyAudioSourceSDFAT, but now I have another problem, this library said me that size() is not available. How can I know the total files on the directory source? Before I used .size() |
Beta Was this translation helpful? Give feedback.
-
All disk related functionality has been moved to the AudioTools/Disk. It seems that I forgot to move the obsolete LegacyAudioSourceSDFAT... |
Beta Was this translation helpful? Give feedback.
-
Thanks for all. I return to use AudioSourceSDFAT as before. Now, all is ok. |
Beta Was this translation helpful? Give feedback.
All disk related functionality has been moved to the AudioTools/Disk. It seems that I forgot to move the obsolete LegacyAudioSourceSDFAT...