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

add-window-function-to-mfcc-processor #222

Open HichemMaiza opened 5 months ago

HichemMaiza commented 5 months ago

Current behavior

The current behavior of the MFCC processor is limited for some use cases. It uses the HammingWindow by default. We want to enhance this behavior by allowing the use of other window types, as all window types implement the same interface.

How this Feature is Tested

I run manual test using the already implemented MFCCTest.java class