Skip to content
Discussion options

You must be logged in to vote

If you check the class documentation for AudioSourceSDFAT you can see that it is a template class (that uses SdFat32 and File32 automatically if nothing has been specified) so just provide your desired FS and File class!

AudioSourceSDFAT<SdFs, FSFile> source;

But I suggest that you test your desired functionality outside of the AudioTools first...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ihateseptictanks
Comment options

Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants