asteroid-team / asteroid-filterbanks

Asteroid's filterbanks :rocket:
https://asteroid-team.github.io/
MIT License
80 stars 20 forks source link
asteroid-filterbanks audio audio-processing deep-learning filterbanks python3 pytorch
[![PyPI Status](https://badge.fury.io/py/asteroid-filterbanks.svg)](https://badge.fury.io/py/asteroid-filterbanks) [![Build Status](https://github.com/asteroid-team/asteroid-filterbanks/workflows/CI/badge.svg)](https://github.com/asteroid-team/asteroid-filterbanks/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush) [![codecov][codecov-badge]][codecov] [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Documentation Status](https://img.shields.io/badge/docs-0.3.3-blue)](https://asteroid.readthedocs.io/en/v0.3.3/package_reference/filterbanks.html) [![Latest Docs Status](https://github.com/mpariente/asteroid/workflows/Latest%20docs/badge.svg)](https://mpariente.github.io/asteroid/package_reference/filterbanks.html) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/asteroid-team/asteroid-filterbanks/pulls) [![Python Versions](https://img.shields.io/pypi/pyversions/asteroid.svg)](https://pypi.org/project/asteroid/) [![Slack][slack-badge]][slack-invite]

Asteroid Filterbanks.


Install

Latest release using pip:

pip install asteroid-filterbanks

Dev install

git clone https://github.com/asteroid-team/asteroid-filterbanks
cd asteroid-filterbanks
pip install -e .["all"]

Citing Asteroid

@inproceedings{Pariente2020Asteroid,
    title={Asteroid: the {PyTorch}-based audio source separation toolkit for researchers},
    author={Manuel Pariente and Samuele Cornell and Joris Cosentino and Sunit Sivasankaran and
            Efthymios Tzinis and Jens Heitkaemper and Michel Olvera and Fabian-Robert Stöter and
            Mathieu Hu and Juan M. Martín-Doñas and David Ditter and Ariel Frank and Antoine Deleforge
            and Emmanuel Vincent},
    year={2020},
    booktitle={Proc. Interspeech},
}