Open fstanis opened 3 years ago
It seems one of the constructors for PercussionOnsetDetector has a bufferOverlap parameter, but it's not actually used anywhere:
PercussionOnsetDetector
bufferOverlap
https://github.com/JorenSix/TarsosDSP/blob/d9583528b9573a97c220d19e6d9ab2929e9bd1c5/src/core/be/tarsos/dsp/onsets/PercussionOnsetDetector.java#L123-L127
It seems one of the constructors for
PercussionOnsetDetector
has abufferOverlap
parameter, but it's not actually used anywhere:https://github.com/JorenSix/TarsosDSP/blob/d9583528b9573a97c220d19e6d9ab2929e9bd1c5/src/core/be/tarsos/dsp/onsets/PercussionOnsetDetector.java#L123-L127