You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use a routine to read data from digital microphone and save it to sd card, but the routine uses chip reading microphone inside, my current microphone is directly i2s directly read 24bit raw data, how should I modify it?
I see that the initialization inside the direct call is the component's function to read, do not know how I should write my own read function put in.
This is a function inside the routine,I see that there are many parameters in the structure i2s_stream_cfg_t , I am not clear how to modify it.Pass on the data I've read myself.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Problems with using examples\recorder\pipeline_recording_to_sdcard
Problems with using examples\recorder\pipeline_recording_to_sdcard (AUD-5609)
Aug 11, 2024
I want to use a routine to read data from digital microphone and save it to sd card, but the routine uses chip reading microphone inside, my current microphone is directly i2s directly read 24bit raw data, how should I modify it?
I see that the initialization inside the direct call is the component's function to read, do not know how I should write my own read function put in.
This is a function inside the routine,I see that there are many parameters in the structure i2s_stream_cfg_t , I am not clear how to modify it.Pass on the data I've read myself.
The text was updated successfully, but these errors were encountered: