Convolutional-recurrent estimators for music analysis
Project description
crema
convolutional and recurrent estimators for music analysis
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
crema-0.2.0-py3-none-any.whl
(5.9 MB
view details)
File details
Details for the file crema-0.2.0.tar.gz
.
File metadata
- Download URL: crema-0.2.0.tar.gz
- Upload date:
- Size: 5.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97680928e932f9ce198e785dc387826bef8a514abfb6b286f673f3f4d43d3b00 |
|
MD5 | c01a90783d98b28aa91ca5fb07edf9e8 |
|
BLAKE2b-256 | 407e3ae5507a9b6762a0118509160477d34683223e6d8c0200fbf1912af0fbf3 |
File details
Details for the file crema-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: crema-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2787afd0367463438ca2b9b2944c490308eee1f307e5796078ec540a6281484 |
|
MD5 | 1f798baa01f24294f5a421649963c071 |
|
BLAKE2b-256 | 204a6a7eeb9313680e7cc16324423816e563d0505029505da94342bfaeab1a1d |