Awesome
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
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!