Skip to main content
vinod Jaiswal
Associate
March 17, 2017
Question

Audio_Sampling_frequency

  • March 17, 2017
  • 2 replies
  • 674 views
Posted on March 17, 2017 at 10:30

Hi all,

I am working on memsmic1 application which is convert 1 bit pdm data into pcm. with sampling frequency 16 Khz

if

#define AUDIO_CHANNELS 2

#define AUDIO_SAMPLING_FREQUENCY 16000 

#if (AUDIO_SAMPLING_FREQUENCY == 16000)

when i dump pcm data it has sample rate 44100 .

my question is :- if 

AUDIO_SAMPLING_FREQUENCY 16000 why i got 44100 bytes data.? 

    This topic has been closed for replies.

    2 replies

    Nesrine M_O
    Associate
    March 17, 2017
    Posted on March 17, 2017 at 11:41

    Hi

    Jaiswal.vinod

    ,

    Please try to have a look to this document and example it may be helpful for you:

    -Nesrine-

    Tesla DeLorean
    Guru
    March 17, 2017
    Posted on March 17, 2017 at 16:00

    >>

    when i dump pcm data it has sample rate 44100

    In the .WAV file headers or somewhere else?

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..