Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 300 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 300 Bytes

libpe

Small library for calculating MFCC created using the Qt framework (https://www.qt.io/).

Class FFT uses KissFFT library which is available on https://github.com/mborgerding/kissfft.

For feeding AudioSegmenter (which is the first step in MFCC calculation) use QAudioInput from Qt framework.