emvoice


Nameemvoice JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/mexca/emvoice
SummaryExtract emotion expression-related voice features from audio.
upload_time2023-07-17 14:44:21
maintainer
docs_urlNone
authorMalte Luken
requires_python>=3.7
license
keywords voice emotion feature
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Compute emotion expression-related voice features

[![github license badge](https://img.shields.io/github/license/mexca/emvoice)](https://github.com/mexca/emvoice)
[![RSD](https://img.shields.io/badge/rsd-emvoice-00a3e3.svg)](https://www.research-software.nl/software/emvoice)
[![DOI](https://zenodo.org/badge/665993095.svg)](https://zenodo.org/badge/latestdoi/665993095)
[![fair-software badge](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B-yellow)](https://fair-software.eu)
[![workflow scq badge](https://sonarcloud.io/api/project_badges/measure?project=mexca_emvoice&metric=alert_status)](https://sonarcloud.io/dashboard?id=mexca_emvoice)
[![workflow scc badge](https://sonarcloud.io/api/project_badges/measure?project=mexca_emvoice&metric=coverage)](https://sonarcloud.io/dashboard?id=mexca_emvoice)
[![Documentation Status](https://readthedocs.org/projects/emvoice/badge/?version=latest)](https://emvoice.readthedocs.io/en/latest/?badge=latest)
[![build](https://github.com/mexca/emvoice/actions/workflows/build.yml/badge.svg)](https://github.com/mexca/emvoice/actions/workflows/build.yml)
[![cffconvert](https://github.com/mexca/emvoice/actions/workflows/cffconvert.yml/badge.svg)](https://github.com/mexca/emvoice/actions/workflows/cffconvert.yml)
[![sonarcloud](https://github.com/mexca/emvoice/actions/workflows/sonarcloud.yml/badge.svg)](https://github.com/mexca/emvoice/actions/workflows/sonarcloud.yml)
[![markdown-link-check](https://github.com/mexca/emvoice/actions/workflows/markdown-link-check.yml/badge.svg)](https://github.com/mexca/emvoice/actions/workflows/markdown-link-check.yml)
[![black code style badge](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## 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](https://www.praat.org) and [openSMILE](https://github.com/audeering/opensmile/) but also includes more recent methods from the [librosa](https://librosa.org/doc/latest/index.html) package. Currently, most low-level descriptor features from the extended Geneva Minimalistic Acousting Parameter Set ([eGeMAPS](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=7160715)) 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](https://emvoice.readthedocs.io/en/latest/examples.html) to get started with emvoice.

## Installation

emvoice requires Python >=3.7 and can be installed via `pip`:

```console
pip install emvoice
```

To install the lastet development version from GitHub repository, do:

```console
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](https://emvoice.readthedocs.io/en/latest/index.html).

## Contributing

If you want to contribute to the development of emvoice,
have a look at the [contribution guidelines](CONTRIBUTING.md).

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [NLeSC/python-template](https://github.com/NLeSC/python-template).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mexca/emvoice",
    "name": "emvoice",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "voice,emotion,feature",
    "author": "Malte Luken",
    "author_email": "m.luken@esciencecenter.nl",
    "download_url": "https://files.pythonhosted.org/packages/fd/c1/28cd51fd7afa4965d602f6f0452b627baf97798c0ab21ceb723b81b7c319/emvoice-0.1.1.tar.gz",
    "platform": null,
    "description": "# Compute emotion expression-related voice features\n\n[![github license badge](https://img.shields.io/github/license/mexca/emvoice)](https://github.com/mexca/emvoice)\n[![RSD](https://img.shields.io/badge/rsd-emvoice-00a3e3.svg)](https://www.research-software.nl/software/emvoice)\n[![DOI](https://zenodo.org/badge/665993095.svg)](https://zenodo.org/badge/latestdoi/665993095)\n[![fair-software badge](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B-yellow)](https://fair-software.eu)\n[![workflow scq badge](https://sonarcloud.io/api/project_badges/measure?project=mexca_emvoice&metric=alert_status)](https://sonarcloud.io/dashboard?id=mexca_emvoice)\n[![workflow scc badge](https://sonarcloud.io/api/project_badges/measure?project=mexca_emvoice&metric=coverage)](https://sonarcloud.io/dashboard?id=mexca_emvoice)\n[![Documentation Status](https://readthedocs.org/projects/emvoice/badge/?version=latest)](https://emvoice.readthedocs.io/en/latest/?badge=latest)\n[![build](https://github.com/mexca/emvoice/actions/workflows/build.yml/badge.svg)](https://github.com/mexca/emvoice/actions/workflows/build.yml)\n[![cffconvert](https://github.com/mexca/emvoice/actions/workflows/cffconvert.yml/badge.svg)](https://github.com/mexca/emvoice/actions/workflows/cffconvert.yml)\n[![sonarcloud](https://github.com/mexca/emvoice/actions/workflows/sonarcloud.yml/badge.svg)](https://github.com/mexca/emvoice/actions/workflows/sonarcloud.yml)\n[![markdown-link-check](https://github.com/mexca/emvoice/actions/workflows/markdown-link-check.yml/badge.svg)](https://github.com/mexca/emvoice/actions/workflows/markdown-link-check.yml)\n[![black code style badge](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n## How to use emvoice\n\n**emvoice** is a pure Python package for computing emotion expression-related features from speech signals. It uses similar algorithms as in [Praat](https://www.praat.org) and [openSMILE](https://github.com/audeering/opensmile/) but also includes more recent methods from the [librosa](https://librosa.org/doc/latest/index.html) package. Currently, most low-level descriptor features from the extended Geneva Minimalistic Acousting Parameter Set ([eGeMAPS](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=7160715)) are implemented.\n\nGiven 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.\n\n## Getting started\n\nTake a look at the [examples](https://emvoice.readthedocs.io/en/latest/examples.html) to get started with emvoice.\n\n## Installation\n\nemvoice requires Python >=3.7 and can be installed via `pip`:\n\n```console\npip install emvoice\n```\n\nTo install the lastet development version from GitHub repository, do:\n\n```console\ngit clone https://github.com/mexca/emvoice.git\ncd emvoice\npython -m pip install .\n```\n\n## Documentation\n\nThe documentation of emvoice can be found on [Read the Docs](https://emvoice.readthedocs.io/en/latest/index.html).\n\n## Contributing\n\nIf you want to contribute to the development of emvoice,\nhave a look at the [contribution guidelines](CONTRIBUTING.md).\n\n## Credits\n\nThis package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [NLeSC/python-template](https://github.com/NLeSC/python-template).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Extract emotion expression-related voice features from audio.",
    "version": "0.1.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/mexca/emvoice/issues",
        "Homepage": "https://github.com/mexca/emvoice"
    },
    "split_keywords": [
        "voice",
        "emotion",
        "feature"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31ff955938188258b8feb44e1c0c40d6ac86b99f8226ee9d8f8db65676be23c0",
                "md5": "66368d32678e5a7e82a5f0ca6333657e",
                "sha256": "8124c41a51d38e94ab48e445acb81a30e36bfa5476826a8a760a032c25b7404a"
            },
            "downloads": -1,
            "filename": "emvoice-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "66368d32678e5a7e82a5f0ca6333657e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 23341,
            "upload_time": "2023-07-17T14:44:20",
            "upload_time_iso_8601": "2023-07-17T14:44:20.356807Z",
            "url": "https://files.pythonhosted.org/packages/31/ff/955938188258b8feb44e1c0c40d6ac86b99f8226ee9d8f8db65676be23c0/emvoice-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdc128cd51fd7afa4965d602f6f0452b627baf97798c0ab21ceb723b81b7c319",
                "md5": "7ab5938f2455b5dcb1581beb94423aaa",
                "sha256": "2c4ce3a34b18352817bf86614fff56cc15d6302ac2387880d8b4eef6a5cfd461"
            },
            "downloads": -1,
            "filename": "emvoice-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7ab5938f2455b5dcb1581beb94423aaa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 24434,
            "upload_time": "2023-07-17T14:44:21",
            "upload_time_iso_8601": "2023-07-17T14:44:21.727046Z",
            "url": "https://files.pythonhosted.org/packages/fd/c1/28cd51fd7afa4965d602f6f0452b627baf97798c0ab21ceb723b81b7c319/emvoice-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-17 14:44:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mexca",
    "github_project": "emvoice",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "emvoice"
}
        
Elapsed time: 0.08957s