urinieto / msaf

Music Structure Analysis Framework
MIT License
490 stars 79 forks source link

Uses of this library in production settings? #159

Open j2kun opened 8 months ago

j2kun commented 8 months ago

Hi there,

I'm doing some research for a book I'm writing (https://pmfpbook.org), and I'm looking into use cases of convex optimization techniques. My main criteria is that the technique is used in a production system. Are you aware of any production systems that are employing the techniques in MSAF for segmentation?

Cheers, Jeremy

urinieto commented 8 months ago

Hi Jeremy, I don't know specifically whether MSAF is being used in production systems. It is likely, but nobody has reached out to me to confirm.

I know for a fact that algorithms included in MSAF (or similar versions of them) have been used in production applications, but using potentially different implementations/programming languages.

j2kun commented 8 months ago

Could you point me to some of those existing production applications, if you know them offhand?

urinieto commented 8 months ago

I developed the music segmentation algorithm used in this VR game published by Harmonix: https://www.harmonixmusic.com/games/harmonix-music-vr/

I can't disclose the exact implementation of it, though.