* @brief The PDM sample frequency in kHz. (Bit samples per millisecond.) #define PDM_IN_FREQUENCY_KHZ 1024 #define PDM_IN_FREQUENCY (PDM_IN_FREQUENCY_KHZ * 1000) * @brief The number of channels of ...