madmaxoft / SkauTan

Music player for Skautské Tancování
https://skautske-tancovani.cz/
The Unlicense
1 stars 2 forks source link

Detect song tempo on the background, into a separate field #239

Closed madmaxoft closed 5 years ago

madmaxoft commented 5 years ago

All songs that have no tempo set at all should be queued on the background to have their tempo detected. The detected tempo should get stored in a separate field specific for the detected tempo, so that it doesn't overwrite anything. This new field should be considered in "primary mpm" for filtering purposes as the lowest priority. A tool for copying the detected tempo into a Manual or ID3 tag should be added.

madmaxoft commented 5 years ago

For this to work, the tempo detection that has been implemented in test harness scripts so far (https://github.com/madmaxoft/SkauTan/blob/master/src/BeatDetectCmd/TestLowSampleRate.lua) needs to be moved to C++