From 96f55476b2bcb04e690876601100427321587100 Mon Sep 17 00:00:00 2001 From: Larry Snizek Date: Mon, 11 Dec 2017 15:55:07 +0000 Subject: [PATCH] Extra comment --- lib_xua/src/core/pdm_mics/pdm_mic.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/src/core/pdm_mics/pdm_mic.xc b/lib_xua/src/core/pdm_mics/pdm_mic.xc index 1b55b333..9b7c56c0 100644 --- a/lib_xua/src/core/pdm_mics/pdm_mic.xc +++ b/lib_xua/src/core/pdm_mics/pdm_mic.xc @@ -69,7 +69,7 @@ void pdm_buffer(streaming chanend c_ds_output[2], chanend c_audio) mic_array_frame_time_domain * unsafe current; mic_array_decimator_config_t dc[2]; - /* Get initial sample-rate and compute decimation factor */ + /* Get initial sample-rate to run this thread at and compute decimation factor */ c_audio :> samplerate; unsigned decimationfactor = 96000/samplerate;