matrix-creator-hal
matrix-creator-hal copied to clipboard
GetSampling Rate Bug?
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?