tyiannak/pyAudioAnalysis

Is it possible to set shortTermWindow to be shorter?

guijuzhejiang opened this issue · 1 comments

Thank you very much for your work, noticed that the default shortTermWindow and shortTermStep in the audioTrainTest.py code are both 50 milliseconds, my task here is to classify a segmented audio that is roughly 10 milliseconds. Is it possible to set shortTermWindow to 2ms during training?

I think that the answer in #396 could work for you.

Take a look and let me know.