Pitch-shift audio clips quickly with PyTorch (CUDA supported)! Additional utilities for searching efficient transformations are included.
View on PyPI / View Documentation
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.
pip install torch-pitch-shift
Check out example.py to see torch-pitch-shift
in action!
See the documentation page for detailed documentation!
Please feel free to submit issues or pull requests!