Is it possible to convert arduino ADC value to wav file?
Hi. The flowchart is as follows:
- Receive the sound signal from the microphone.
- It is delivered to Arduino analog pins through the amplifier.
- Get the ADC value.
- 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?