ellington-project / ellington

Automated tempo estimation for swing dance DJs
GNU General Public License v3.0
10 stars 0 forks source link

Oneshot tool #15

Closed AdamBrouwersHarries closed 6 years ago

AdamBrouwersHarries commented 6 years ago

This PR adds the ability to use ellington as a "oneshot" tool, calculating bpm information for a single file, in the following manner: ellington oneshot -a <audio file path> -c <original comment>

As before, this assumes that we want to store ellington metadata in a comment. It might be more useful to have other kinds of oneshot tools later.

This is rather related to issue #14

virtuald commented 6 years ago

Hm. I can't tell, does it write the metadata to the comment or does it allow the caller to decide that?