Extra comment

This commit is contained in:
Larry Snizek
2017-12-11 15:55:07 +00:00
parent e3f89956ad
commit 96f55476b2

View File

@@ -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;