Skip to main content
Visitor II
April 4, 2022
Question

MEMS1 project - How are the data coming from 4 microphones organized ?

  • April 4, 2022
  • 2 replies
  • 1081 views

I'm using MEMS1 Microphone streaming project to record PDM data coming from 4 microphones and convert it into PCM data. 

I'm wondering how I can access to the PCM data coming from each microphone.

From what I have seen so far, the output of the project is PCM_Buffer. As I want 48 kHz PCM audio, the size of PCM_Buffer is 48 kHz *4*1ms = 192 uint16. But the problem is that I want to separate the PCM data into 4 different buffers (for another project) and, if i understood correctly, the data of PCM_Buffer is mixed with all the microphones, I don't know how.

Any idea about how you would do it ? Thanks

    This topic has been closed for replies.

    2 replies

    Visitor II
    April 5, 2022

    Seeing that you are working on a project about mems recently, I would like to ask you some questions about mems

    0693W00000LwuwGQAR.png

    Visitor II
    April 5, 2022

    my email address:1475315260@qq.com

    Thank you