Skip to content

sweetcocoa/crepe-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CREPE Pitch Tracker (PyTorch)


CREPE is a monophonic pitch tracker based on a deep convolutional neural network operating directly on the time-domain waveform input. CREPE is originally implemented with tensorflow, which is very inconvenient framework to use.

Usage

import crepe
import torch
device = torch.device(0)
cr = crepe.CREPE("full").to(device)
cr.predict("path/to/audio.file", "path/to/output/directory/", )

WIP

About

Implementation of CREPE Pitch tracker with PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages