Implementation of acoustic features used by Koe
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for koe-acoustic-features-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46c5f69980fe63f9653f9846c621f69d68d9a33b1f81aeb52d6533787427e90d |
|
MD5 | 162d74317439e1e8a58228426bcf5c0a |
|
BLAKE2b-256 | dd441a1e8ab046bc8c2a8186d6cad0f8b284f3a1fe572e655f038caab63fc3bd |