Decimate the audio path to improve NR functions #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Decimate the audio path x4 (from 44kHz down to 11kHz).
The main benefit is it allows some of the processing, like the noise reduction methods, that are based on 'slots' to have finer granularity when working on the audio spectrum. Previously they would process ~0-22kHz. Now they process ~0-5.5kHz - so, 4x the granularity of filter frequency bins.
An added benefit is the CPU overhead is also reduced. With Spectral, glitch and notch we were at ~20%. With decimation we are now at ~7%.