All Projects → KentoNishi → torch-pitch-shift

KentoNishi / torch-pitch-shift

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to torch-pitch-shift

pydiogment
📣 Python library for audio augmentation
Stars: ✭ 64 (-8.57%)
Mutual labels:  sound-processing, augmentation
task-spooler
A scheduler for GPU/CPU tasks
Stars: ✭ 77 (+10%)
Mutual labels:  gpu-support
hypnettorch
Package for working with hypernetworks in PyTorch.
Stars: ✭ 66 (-5.71%)
Mutual labels:  torch
flambeau
Nim bindings to libtorch
Stars: ✭ 60 (-14.29%)
Mutual labels:  torch
vrn-torch-to-keras
Transfer pre-trained VRN model from torch to Keras/Tensorflow
Stars: ✭ 63 (-10%)
Mutual labels:  torch
torch-dataframe
Utility class to manipulate dataset from CSV file
Stars: ✭ 67 (-4.29%)
Mutual labels:  torch
Captcha-Cracking
Crack number and Chinese captcha with both traditional and deep learning methods, based on Torch and python.
Stars: ✭ 35 (-50%)
Mutual labels:  torch
classification
Catalyst.Classification
Stars: ✭ 35 (-50%)
Mutual labels:  augmentation
volumentations
Library for 3D augmentations
Stars: ✭ 111 (+58.57%)
Mutual labels:  augmentation
imgcrop
Simple image augmentation library focusing on random geometric cropping
Stars: ✭ 27 (-61.43%)
Mutual labels:  augmentation
soundtransform
Android & Pure Java library for sound manipulation
Stars: ✭ 42 (-40%)
Mutual labels:  sound-processing
textaugment
TextAugment: Text Augmentation Library
Stars: ✭ 280 (+300%)
Mutual labels:  augmentation
gan-reverser
Reversing GAN image generation for similarity search and error/artifact fixing
Stars: ✭ 13 (-81.43%)
Mutual labels:  torch
ALIGNet
code to train a neural network to align pairs of shapes without needing ground truth warps for supervision
Stars: ✭ 58 (-17.14%)
Mutual labels:  torch
Psychic-CCTV
A video analysis tool built completely in python.
Stars: ✭ 21 (-70%)
Mutual labels:  sound-processing
mix3d
Mix3D: Out-of-Context Data Augmentation for 3D Scenes (3DV 2021 Oral)
Stars: ✭ 183 (+161.43%)
Mutual labels:  augmentation
Vision
Computer Vision And Neural Network with Xamarin
Stars: ✭ 54 (-22.86%)
Mutual labels:  gpu-support
sentence2vec
Deep sentence embedding using Sequence to Sequence learning
Stars: ✭ 23 (-67.14%)
Mutual labels:  torch
qe-gpu
GPU-accelerated Quantum ESPRESSO using CUDA FORTRAN
Stars: ✭ 50 (-28.57%)
Mutual labels:  gpu-support
deep-learning-platforms
deep-learning platforms,framework,data(深度学习平台、框架、资料)
Stars: ✭ 17 (-75.71%)
Mutual labels:  torch

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].