Skip to content

Recording Analog Sound to an SD card #293

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

You must be logged in to vote

I have never used a MAX9814 and you need to double check the properties yourself: It needs to provide an audio output signal osciallating between 0 and 3.3V!
To get started I suggest that you have a look at this example: https://github.com/pschatzmann/arduino-audio-tools/tree/main/examples/examples-stream/streams-adc-serial where I used a cjmcu-622 Microphone Sensor as input.

To support a file just replace the AudioSink (Serial) with a file. Please note the only additional logic which is needed is the opening of the file in the beginning and the closing when you end the processing.

If you want to encode the data e.g. to MP3 or WAV you can find the relevant information here: https://github…

Replies: 4 comments 2 replies

Comment options

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

Answer selected by pschatzmann
Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants