PR #321 removes an assert that makes sure that the custom filter initialised for the first stage returns the same number of samples as defined by MIC_ARRAY_CONFIG_SAMPLES_PER_FRAME. In fact the define is not used by the first stage decimator. Moreover, by using one stage decimation only, the user will most likely have to have their own second stage decimation, which will leave the user with MIC_ARRAY_CONFIG_SAMPLES_PER_FRAME number of outputs.
Needs to be documented
PR #321 removes an assert that makes sure that the custom filter initialised for the first stage returns the same number of samples as defined by MIC_ARRAY_CONFIG_SAMPLES_PER_FRAME. In fact the define is not used by the first stage decimator. Moreover, by using one stage decimation only, the user will most likely have to have their own second stage decimation, which will leave the user with MIC_ARRAY_CONFIG_SAMPLES_PER_FRAME number of outputs.
Needs to be documented