forked from PAWPAW-Mirror/lib_xua
PDM func rename
This commit is contained in:
@@ -38,11 +38,11 @@ mic_array_frame_time_domain mic_audio[2];
|
|||||||
#ifdef MIC_PROCESSING_USE_INTERFACE
|
#ifdef MIC_PROCESSING_USE_INTERFACE
|
||||||
[[combinable]]
|
[[combinable]]
|
||||||
#pragma unsafe arrays
|
#pragma unsafe arrays
|
||||||
void xua_pdm_buffer(streaming chanend c_ds_output[2], chanend c_audio, client mic_process_if i_mic_process)
|
void XUA_PdmBuffer(streaming chanend c_ds_output[2], chanend c_audio, client mic_process_if i_mic_process)
|
||||||
#else
|
#else
|
||||||
#pragma unsafe arrays
|
#pragma unsafe arrays
|
||||||
[[combinable]]
|
[[combinable]]
|
||||||
void xua_pdm_buffer(streaming chanend c_ds_output[2], chanend c_audio)
|
void XUA_PdmBuffer(streaming chanend c_ds_output[2], chanend c_audio)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
unsigned buffer;
|
unsigned buffer;
|
||||||
|
|||||||
Reference in New Issue
Block a user