KentoNishi / torch-pitch-shift

Pitch-shift audio clips quickly with PyTorch (CUDA supported)! Additional utilities for searching efficient transformations are included.

Home Page:https://kentonishi.github.io/torch-pitch-shift/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Torch Pitch Shift

Pitch-shift audio clips quickly with PyTorch (CUDA supported)! Additional utilities for searching efficient transformations are included.

View on PyPI / View Documentation

Publish to PyPI Run tests PyPI version Number of downloads from PyPI per month Python version support Code Style: Black

About

This package includes two main features:

  • Pitch-shift audio clips quickly using PyTorch (with CUDA support)
  • Calculate efficient pitch-shift targets (useful for augmentation, where speed is more important than precise pitch-shifts)

Also check out torch-time-stretch, a sister project for time-stretching.

Installation

pip install torch-pitch-shift

Usage

Example

Check out example.py to see torch-pitch-shift in action!

Documentation

See the documentation page for detailed documentation!

Contributing

Please feel free to submit issues or pull requests!

About

Pitch-shift audio clips quickly with PyTorch (CUDA supported)! Additional utilities for searching efficient transformations are included.

https://kentonishi.github.io/torch-pitch-shift/

License:MIT License


Languages

Language:Python 100.0%