Skip to main content
Snara.21
Senior
November 29, 2021
Question

Anyone suggest me how to convert RAW ADC data into .WAV file. Any converotr tool available. Please guide me

  • November 29, 2021
  • 3 replies
  • 3442 views

..

This topic has been closed for replies.

3 replies

DSull.3
Visitor II
December 1, 2021

Hi, you might simply use an online converter such this one https://audio.online-convert.com/convert-to-wav

Or use some other tool suggested here https://www.anymp4.com/audio-converter/convert-pcm-to-wav.html

Or turn PCM into WAV by adding playable header.

\Dk

Snara.21
Snara.21Author
Senior
December 1, 2021

Hi @DSull.3​  Thanks for sharing the Details. The issue is this convertor supports PCM Details but not Analog Microphone details . I have used the first one it says "Trademark Software" as a Output. All Audio output plays as like this. I think it takes as a ASCII fromat and convert into the WAV file instead the raw data. The other tool uses PCM which is a Digital Microphone Output, but the development board that I have is Analog Microphone.

DSull.3
Visitor II
December 3, 2021

Hi @Snara.2​ , if data come from an ADC then they have already been converted form analog to digital... Typically the microphone has an acoustical overload point (AOP) that defines it's (analogic) full scale, that can be used to tune the ADC dynamics. The X-NUCLEO-AMICAM1 works this way.

https://www.st.com/en/ecosystems/x-nucleo-amicam1.html

STM32 for example embeds ADCs for these conversions.