Skip to content
/ crema Public
forked from bmcfee/crema

convolutional and recurrent estimators for music analysis

License

Notifications You must be signed in to change notification settings

VtlNmnk/crema

 
 

Repository files navigation

crema

convolutional and recurrent estimators for music analysis

GitHub license Build Status Coverage Status Documentation Status Dependency Status DOI

Usage options

From the command-line, print to the screen in JAMS format:

python -m crema.analyze file.mp3

or save to a file:

python -m crema.analyze file.mp3 -o file.jams

From within python:

from crema.analyze import analyze

jam = analyze(filename='/path/to/file.mp3')

or if you have an audio buffer in memory, librosa-style:

jam = analyze(y=y, sr=sr)

About

convolutional and recurrent estimators for music analysis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 50.5%
  • Python 48.7%
  • Shell 0.8%