mexca.audio.extraction
Extract voice features from an audio file.
Module Contents
Classes
Extract voice features from an audio file. |
Functions
|
Command line interface for extracting voice features. |
- class mexca.audio.extraction.VoiceExtractor[source]
Extract voice features from an audio file.
Currently, only the voice pitch as the fundamental frequency F0 can be extracted. The F0 is calculated using an autocorrelation function with a lower boundary of 75 Hz and an upper boudnary of 600 Hz. See the praat manual for details.