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
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