Skip to main content

Convolutional-recurrent estimators for music analysis

Project description

crema

convolutional and recurrent estimators for music analysis

Testing codecov GitHub license Documentation 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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crema-0.2.0.tar.gz (5.9 MB view hashes)

Uploaded Source

Built Distribution

crema-0.2.0-py3-none-any.whl (5.9 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page