Skip to content

Audio Mic Input -> I2S -> SD Card #877

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

You must be logged in to vote

There is all the functionality you need! Files stored on the SD are just subclasses of Arduino Streams so you can use them as copy destination

If you want to use some other format then PCM you will need to read the tutorial how to use the codecs. MP3 is asking for a lot of memory and cpu resources, so I would suggest that you try this only if you know what you are doing. There are codecs that are better suited for microcontrollers. See https://www.pschatzmann.ch/home/2023/05/10/fast-audio-codecs-for-microcontrollers/

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