Skip to content

Multiple Files On Flash Memory #166

Answered by pschatzmann
chuck808 asked this question in Q&A
Discussion options

You must be logged in to vote

Sure it should not be too difficult to have this implemented using the audio-tools. I suggest to use this example as starting point.

Or you could use SPIFFS and just handle them as files.

Or you could use my simple-tts library which actually does something similar based on the audio-tools: You just collect all WAV files into a dictionary and play them with the say command.

Since the wav files are not compressed, I recommend to use mono and a low sampling rate to keep the files as small as possible.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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