koe-acoustic-features

Implementation of acoustic features used by Koe


License
MIT
Install
pip install koe-acoustic-features==0.0.2

Documentation

Install

pip install koe-acoustic-features 

Usage

from koe_acoustic_features import AcousticExtractor
extractor = AcousticExtractor.from_file('audio.wav', 120, 500)
f0 = extractor.fundamental_frequency()

# Full list of supported features see implementation

Test

nosetests --nocapture -v

Check coding standard:

gitlab-runner exec docker check-coding-standard-compliance