GithubHelp home page GithubHelp logo

gaoyiyeah / pyaudlib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from raymondxyy/pyaudlib

0.0 1.0 0.0 8.04 MB

A speech signal processing library in Python with emphasis on deep learning.

License: MIT License

Python 7.83% Objective-C 0.67% C 1.54% Roff 89.96%

pyaudlib's Introduction

audlib

PyPI version Build Status Coverage

A speech signal processing library in Python with emphasis on deep learning.

audlib provides a collection of utilities for developing speech-related applications using both signal processing and deep learning. The package offers the following high-level features:

  • Speech signal processing utilities with ready-to-use applications
  • Deep learning architectures for speech processing tasks in PyTorch
  • PyTorch-compatible interface (similar to torchvision) for batch processing
  • A command-line interface with a unix-pipe-like syntax

Some use cases of audlib are:

  • Extracting common speech features for your backend
  • Developing your own deep-learning-based tools for speech tasks
  • Quickly try out speech processors and visualize the spectrogram in command line

audlib focuses on correctness, efficiency, and simplicity. Signal processing functionalities are mathematically checked whenever possible (e.g. constant overlap-add, istft(stft(X))==X). Deep neural networks follow the PyTorch's convention.

Breaking Changes

  • 0.0.3
    • transform.stlogm is removed
  • 0.0.2
    • audioread follows the interface of soundfile.read
    • audiowrite follows the interface of soundfile.write
    • The argument sr is removed from all short-time transforms

Installation

pip install audlib

Developer Installation

In the source directory, install the library with test dependencies:

pip install ".[tests]"

Run test:

python -m pytest tests

Release flow

  1. Bump version in setup.py.
  2. Package release: python setup.py sdist bdist_wheel
  3. Upload release: twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

Usage example

More extensive examples can be found in examples/.

Release history

  • 0.0.3
    • First release of the command-line tool audpipe
  • 0.0.2
    • Streamlines optional installation
    • Improves API (see breaking changes)
    • Adds coverage test
  • 0.0.1
    • First release on PyPI

Contact

Please reach out to Raymond Xia ([email protected]) for comments.

More information about our research groups can be found on at

License

Distributed under the MIT license. See LICENSE for more information.

pyaudlib's People

Contributors

andrewwuan avatar mahmoudalismail avatar patconrey avatar raymondxyy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.