forked from PAWPAW-Mirror/lib_xua
xua_pdm_mic.h moved to api
This commit is contained in:
@@ -17,7 +17,7 @@ typedef interface mic_process_if
|
|||||||
|
|
||||||
|
|
||||||
[[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
|
||||||
#ifdef MIC_PROCESSING_USE_INTERFACE
|
#ifdef MIC_PROCESSING_USE_INTERFACE
|
||||||
, client mic_process_if i_mic_process
|
, client mic_process_if i_mic_process
|
||||||
#endif
|
#endif
|
||||||
@@ -38,7 +38,7 @@ void user_pdm_init();
|
|||||||
|
|
||||||
/* PDM interface and decimation cores */
|
/* PDM interface and decimation cores */
|
||||||
[[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);
|
||||||
|
|
||||||
/* PDM interface and decimation cores */
|
/* PDM interface and decimation cores */
|
||||||
void xua_pdm_mic(streaming chanend c_ds_output[2]);
|
void xua_pdm_mic(streaming chanend c_ds_output[2]);
|
||||||
Reference in New Issue
Block a user