Metadata-Version: 1.2
Name: audresample
Version: 0.1.4
Summary: Provides functions to resample and remix a signal
Home-page: https://github.com/audeering/audresample/
Author: Johannes Wagner, Andrea Crespi, Hagen Wierstorf
Author-email: jwagner@audeering.com, acrespi@audeering.com, hwierstorf@audeering.com
License: MIT
Project-URL: Documentation, https://audeering.github.io/audresample/
Description: ===========
        audresample
        ===========
        
        |tests| |coverage| |docs| |python-versions| |license|
        
        Python wrapper for `audresamplelib`_
        that provides functions to
        resample and remix audio signals.
        
        Have a look at the installation_ and usage_ instructions.
        
        .. _audresamplelib: https://github.com/audeering/audresamplelib
        .. _installation: https://audeering.github.io/audresample/install.html
        .. _usage: https://audeering.github.io/audresample/usage.html
        
        
        .. badges images and links:
        .. |tests| image:: https://github.com/audeering/audresample/workflows/Test/badge.svg
            :target: https://github.com/audeering/audresample/actions?query=workflow%3ATest
            :alt: Test status
        .. |coverage| image:: https://codecov.io/gh/audeering/audresample/branch/master/graph/badge.svg?token=NPQDJ5T7HI
            :target: https://codecov.io/gh/audeering/audresample/
            :alt: code coverage
        .. |docs| image:: https://img.shields.io/pypi/v/audresample?label=docs
            :target: https://audeering.github.io/audresample/
            :alt: audresample's documentation
        .. |license| image:: https://img.shields.io/badge/license-MIT-green.svg
            :target: https://github.com/audeering/audfactory/blob/master/LICENSE
            :alt: audfactory's MIT license
        .. |python-versions| image:: https://img.shields.io/pypi/pyversions/audresample.svg
            :target: https://pypi.org/project/audresample/
            :alt: audresamples's supported Python versions
        
        Changelog
        =========
        
        All notable changes to this project will be documented in this file.
        
        The format is based on `Keep a Changelog`_,
        and this project adheres to `Semantic Versioning`_.
        
        
        Version 0.1.4 (2021-03-26)
        --------------------------
        
        * Fixed: "Edit on Github" link in the docs
        
        
        Version 0.1.3 (2021-03-25)
        --------------------------
        
        * Changed: move to Github and release as open source
        
        
        Version 0.1.2 (2021-03-18)
        --------------------------
        
        * Added: ``upmix`` argument to ``remix()``
        
        
        Version 0.1.1 (2021-01-15)
        --------------------------
        
        * Fixed: Updating binaries to RELEASE versions (execution time greatly reduced!)
        
        
        Version 0.1.0 (2020-02-12)
        --------------------------
        
        * Added: Initial release
        
        
        .. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
        .. _Semantic Versioning: https://semver.org/spec/v2.0.0.html
        
Keywords: audio,dsp,resample,remix
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
