This library provides common speech features for ASR including MFCCs and filterbank energies. If you are not sure what MFCCs are, and would like to know more have a look at this MFCC tutorialProject DocumentationInstallationThis project is on pypiTo...
1- Both My-Voice-Analysis and Myprosody work on Python 3.7 2- If you install My-Voice-Analysis through PyPi, please use: mysp=__import__("my-voice-analysis") instead of import myspsolution as mysp 3- It it better to keep the folder names as single entities for instance "Name_Folder...
To install from pypi: pip install python_speech_features From this repository: git clone https://github.com/jameslyons/python_speech_features python setup.py develop Usage Supported features: Mel Frequency Cepstral Coefficients Filterbank Energies ...