Audio_Sampling_frequency
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-03-17 2:30 AM
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.?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-03-17 3:41 AM
Hi
Jaiswal.vinod
,Please try to have a look to this document and example it may be helpful for you:
- STM32Cube_FW_F4_V1.0\Projects\STM32F4-Discovery\Applications\Audio\Audio_playback_and_record
-Nesrine-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-03-17 8:00 AM
>>
when i dump pcm data it has sample rate 44100
In the .WAV file headers or somewhere else?
Up vote any posts that you find helpful, it shows what's working..
