mecomp-analysis

Crates.iomecomp-analysis
lib.rsmecomp-analysis
version0.1.1
sourcesrc
created_at2024-10-11 05:30:38.369255
updated_at2024-10-12 00:20:21.325336
descriptionA library for creating feature vectors from audio files.
homepage
repositoryhttps://github.com/AnthonyMichaelTDM/mecomp
max_upload_size
id1404939
size6,649,734
Anthony Rubick (AnthonyMichaelTDM)

documentation

README

MECOMP Analysis

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.

Commit count: 542

cargo fmt