forked from PAWPAW-Mirror/lib_xua
Fixed !MIC_PROCESSING_USE_INTERFACE build
This commit is contained in:
@@ -26,10 +26,13 @@ void pdm_mic(streaming chanend c_ds_output[2]);
|
||||
#else
|
||||
|
||||
/* Simple user hooks/call-backs */
|
||||
unsafe void user_pdm_process(mic_array_frame_time_domain * unsafe audio, int output[]);
|
||||
void user_pdm_process(mic_array_frame_time_domain * unsafe audio, int output[]);
|
||||
|
||||
void user_pdm_init();
|
||||
|
||||
/* PDM interface and decimation cores */
|
||||
void pdm_buffer(streaming chanend c_ds_output[2], chanend c_audio);
|
||||
|
||||
/* PDM interface and decimation cores */
|
||||
void pdm_mic(streaming chanend c_ds_output[2]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user