-
Notifications
You must be signed in to change notification settings - Fork 25
/
keyfinder-cli.1
36 lines (34 loc) · 1.44 KB
/
keyfinder-cli.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.TH keyfinder\-cli 1 "January 1, 2015" "keyfinder\-cli" "User Commands"
.SH NAME
keyfinder\-cli \- Estimate the musical key of an audio file
.SH SYNOPSIS
\fBkeyfinder-cli\fR [\-n key\-notation] \fIaudio\-file\f
.SH DESCRIPTION
The \fBkeyfinder\-cli\fR command is used to estimate the musical key of an audio
file. Different output key notations are supported. This tool is intended to be
used by DJs wishing to automate their music organization process.
By default the program will output the estimated key to STDOUT using the
Standard Key Notation. When the audio file has no key (silence) nothing will be
written to STDOUT and the program will exit with a 0 status.
.SH OPTIONS
.IP "\fB\-n\fR, \fB\-\-notation\fR \fInotation\fR"
Set the notation to output the estimated key as. Currently this supports the
following notation values:
.RS
.IP "\fBstandard\fR \fI(default)\fR"
Use the Standard Key notation.
.IP \fBopenkey\fR
Use the Open Key notation. For more details on this notation see the beaTunes
documentation on the Open Key notation:
https://www.beatunes.com/en/open-key-notation.html.
.IP \fBcamelot\fR
Use the Camelot Key notation. For more details on this notation see the Camelot
Mixing Guide: http://www.mixedinkey.com/HowTo.
.RE
.IP "\fB\-h\fR, \fB\-\-help\fR"
Show the program usage message.
.SH BUGS
Bugs may be reported on the GitHub project page:
https://github.com/evanpurkhiser/keyfinder\-cli
.SH AUTHOR
Evan M. Purkhiser ([email protected])