We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f8cc4 commit a72f81eCopy full SHA for a72f81e
libraries/PDM/src/rp2040/PDM.cpp
@@ -75,6 +75,7 @@ int PDMClass::begin(int channels, int sampleRate)
75
76
/* Initialize Open PDM library */
77
filter.Fs = sampleRate;
78
+ filter.MaxVolume = 1;
79
filter.nSamples = rawBufferLength;
80
filter.LP_HZ = sampleRate/2;
81
filter.HP_HZ = 10;
0 commit comments