matrix-creator-hal icon indicating copy to clipboard operation
matrix-creator-hal copied to clipboard

GetSampling Rate Bug?

Open darkyellow opened this issue 4 years ago • 0 comments

In microphone_array.cpp there is a function GetSamplingRate and SetSamplingRate

Set uses MIC_sampling_frequencies[i][1]; to write a value but Get uses MIC_sampling_frequencies[i][0]; to match back on.

Shouldn't these be the same?

darkyellow avatar Aug 13 '20 19:08 darkyellow