Comment only.

This commit is contained in:
Ross Owen
2016-10-27 12:58:54 +01:00
parent ca4ce77e87
commit 75b9ae177b

View File

@@ -122,6 +122,7 @@ void pdm_buffer(streaming chanend c_ds_output[2], chanend c_audio)
}
/* Run user code */
/* TODO ideally processing done inplace - it then doesn't matter if it is run or not */
#ifdef MIC_PROCESSING_USE_INTERFACE
i_mic_process.transfer_buffers(current, output);
#else