cpd73 wrote: > Not sure, never used Roland0's script. I used (well copied and modified) > Roland0's musly.py which interfaces Python->libmusy.so Musly does not > process the whole track, but only a portion. One of the changes I made > was how much to analyse - Roland0's is 30seconds, mine 2 minutes. LMSmusly has an option to set the extract length. However, 30sec is the value recommended by musly's developer, and anything >60sec will slow down analysis without any effect, as musly will only use a max of 60sec for the analysis. I did some testing with 60sec when I wrote the interface, and didn't notice any improvement.
Note that if you actually wanted to compare analysis results, you'd have to un-pickle the blob from the database, which will give a c-style float[56] array. Given that both musly and the interface to it are identical, I wouldn't bother. 'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | TUI | Playlist Editor / Generator | Music Classification | Similar Music | Announce | EventTrigger | DB Optimizer | Chiptunes | LMSlib2go | ... 'Various HowTos' (https://www.nexus0.net/pub/documents/LMS/): build a self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ... ------------------------------------------------------------------------ Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808 View this thread: http://forums.slimdevices.com/showthread.php?t=112713 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
