JorenSix / TarsosDSP

A Real-Time Audio Processing Framework in Java
http://0110.be/tag/TarsosDSP
GNU General Public License v3.0
1.97k stars 472 forks source link

bufferOverlap is unused in PercussionOnsetDetector constructor #203

Open fstanis opened 3 years ago

fstanis commented 3 years ago

It seems one of the constructors for PercussionOnsetDetector has a bufferOverlap 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