Release Date: July 22, 2025
AudioMuse-AI v0.6.3-beta improve the song similarity functiontality by adding the Voyager index for a better recall over big collection (65k+ songs)
Highlights
- Song similarity improved:
- Voyager index in place of Annoy to improve recall even with big song collection
- Removal of dupplicate (song with same title and artist)
- Possibility of avoid more than
MAX_SONGS_PER_ARTIST
withSIMILARITY_ELIMINATE_DUPLICATES_DEFAULT
equal true
- Clustering:
- Changed the default parametr
SPECTRAL_N_NEIGHBORS
from30
to20
to have a faster spectral clustering algorithm - Improvement on stability of clustering
- Changed the default parametr
What's Changed
- Devel -> Main by @NeptuneHub in #31
Full Changelog: v0.6.2-beta...v0.6.3-beta