Extract emotion expression-related voice features from audio.
Project description
Compute emotion expression-related voice features
How to use emvoice
emvoice is a pure Python package for computing emotion expression-related features from speech signals. It uses similar algorithms as in Praat and openSMILE but also includes more recent methods from the librosa package. Currently, most low-level descriptor features from the extended Geneva Minimalistic Acousting Parameter Set (eGeMAPS) are implemented.
Given that it is entirely written in Python, it is easier to include emvoice in other Python-based applications, especially if they use numpy or scipy.
Getting started
Take a look at the examples to get started with emvoice.
Installation
emvoice requires Python >=3.7 and can be installed via pip
:
pip install emvoice
To install the lastet development version from GitHub repository, do:
git clone https://github.com/mexca/emvoice.git
cd emvoice
python -m pip install .
Documentation
The documentation of emvoice can be found on Read the Docs.
Contributing
If you want to contribute to the development of emvoice, have a look at the contribution guidelines.
Credits
This package was created with Cookiecutter and the NLeSC/python-template.
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
Built Distribution
File details
Details for the file emvoice-0.1.1.tar.gz
.
File metadata
- Download URL: emvoice-0.1.1.tar.gz
- Upload date:
- Size: 24.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c4ce3a34b18352817bf86614fff56cc15d6302ac2387880d8b4eef6a5cfd461 |
|
MD5 | 7ab5938f2455b5dcb1581beb94423aaa |
|
BLAKE2b-256 | fdc128cd51fd7afa4965d602f6f0452b627baf97798c0ab21ceb723b81b7c319 |
File details
Details for the file emvoice-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: emvoice-0.1.1-py3-none-any.whl
- Upload date:
- Size: 23.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8124c41a51d38e94ab48e445acb81a30e36bfa5476826a8a760a032c25b7404a |
|
MD5 | 66368d32678e5a7e82a5f0ca6333657e |
|
BLAKE2b-256 | 31ff955938188258b8feb44e1c0c40d6ac86b99f8226ee9d8f8db65676be23c0 |