Crates.io | mecomp-analysis |
lib.rs | mecomp-analysis |
version | 0.1.1 |
source | src |
created_at | 2024-10-11 05:30:38.369255 |
updated_at | 2024-10-12 00:20:21.325336 |
description | A library for creating feature vectors from audio files. |
homepage | |
repository | https://github.com/AnthonyMichaelTDM/mecomp |
max_upload_size | |
id | 1404939 |
size | 6,649,734 |
The mecomp-analysis
crate contains implementations of the audio-analysis algorithms used by MECOMP to create song recommendations, cluster related songs, find similar songs, etc. etc.
It is heavily influenced by the bliss-rs project, and a lot of the code is taken from there with modifications.
The reason we don't just use bliss-rs is because it does a lot of extra stuff that we don't care about, all we want is the audio features so that's all that's been ported.