Create a MovingMedianStack to contain a stack of filters with contiguous addressing - does not appear to be notably beneficial, though I quite like the api

This commit is contained in:
Chris Cannam
2022-06-07 09:50:33 +01:00
parent c31839ef93
commit 0cd622d0da
3 changed files with 140 additions and 8 deletions

View File

@@ -201,6 +201,7 @@ protected:
formant(new FormantData(segmenterParameters.fftSize)) { }
void reset() {
haveReadahead = false;
classifier->reset();
segmentation = BinSegmenter::Segmentation();
prevSegmentation = BinSegmenter::Segmentation();
nextSegmentation = BinSegmenter::Segmentation();