Is it possible to convert arduino ADC value to wav file?

Is it possible to convert arduino ADC value to wav file?

Hi. The flowchart is as follows:

  1. Receive the sound signal from the microphone.
  2. It is delivered to Arduino analog pins through the amplifier.
  3. Get the ADC value.
  4. Align the ADC value and receive data from PC through wireless communication.

At this time, is there a way to convert wav file through ADC value? Or is there a library file provided for processing?

1 Like

the

Beads library

might have a WAV file write capability

2 Likes

@kll

dear kll,

thank you for the reply.

1 Like