Skip to content

KentoNishi/torch-pitch-shift

Repository files navigation

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!