source: doc/aubiotrack.sgml @ 042e095

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 042e095 was 8d0b707, checked in by Paul Brossier <piem@altern.org>, 19 years ago

added and updated manpages
added and updated manpages

  • Property mode set to 100644
File size: 6.0 KB
Line 
1<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3<!-- Process this file with docbook-to-man to generate an nroff manual
4     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
5     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
6     less'.  A typical entry in a Makefile or Makefile.am is:
7
8manpage.1: manpage.sgml
9        docbook-to-man $< > $@
10
11   
12        The docbook-to-man binary is found in the docbook-to-man package.
13        Please remember that if you create the nroff version in one of the
14        debian/rules file targets (such as build), you will need to include
15        docbook-to-man in your Build-Depends control field.
16
17  -->
18
19  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
20  <!ENTITY dhfirstname "<firstname>Paul</firstname>">
21  <!ENTITY dhsurname   "<surname>Brossier</surname>">
22  <!-- Please adjust the date whenever revising the manpage. -->
23  <!ENTITY dhdate      "<date>December 1, 2004</date>">
24  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
25       allowed: see man(7), man(1). -->
26  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
27  <!ENTITY dhemail     "<email>piem@altern.org</email>">
28  <!ENTITY dhusername  "Paul Brossier">
29  <!ENTITY dhucpackage "<refentrytitle>AUBIOTRACK</refentrytitle>">
30  <!ENTITY dhpackage   "aubiotrack">
31
32  <!ENTITY debian      "<productname>Debian</productname>">
33  <!ENTITY gnu         "<acronym>GNU</acronym>">
34  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
35]>
36
37<refentry>
38  <refentryinfo>
39    <address>
40      &dhemail;
41    </address>
42    <author>
43      &dhfirstname;
44      &dhsurname;
45    </author>
46    <copyright>
47      <year>2003</year>
48      <holder>&dhusername;</holder>
49    </copyright>
50    &dhdate;
51  </refentryinfo>
52  <refmeta>
53    &dhucpackage;
54
55    &dhsection;
56  </refmeta>
57  <refnamediv>
58    <refname>&dhpackage;</refname>
59
60    <refpurpose>a command line tool for real time beat tracking</refpurpose>
61
62  </refnamediv>
63  <refsynopsisdiv>
64    <cmdsynopsis>
65      <command>&dhpackage; <parameter>[options]</parameter></command>
66    </cmdsynopsis>
67  </refsynopsisdiv>
68  <refsect1>
69    <title>DESCRIPTION</title>
70
71    <para>This manual page documents briefly the <command>&dhpackage;</command> command.</para>
72
73    <para><command>&dhpackage;</command> attempts to tap the beat and detect
74    beat locations in musical sounds. When started with an input file argument
75    (<option>-i</option>), aubiotrack print the beat locations in second
76    detected in the file. Without an input file is given, aubiotrack will start
77    as a jack client and play a woodblock sound at predicted beat
78    locations.</para>
79
80  </refsect1>
81  <refsect1>
82    <title>OPTIONS</title>
83
84<para>This program follows the usual GNU command line syntax, with long options
85starting with two dashes (`-').  A summary of options is included below.</para>
86
87<variablelist>
88  <varlistentry>
89  <term><option>-i</option>
90  <option>--input filein</option></term>
91  <listitem>
92<para>Run analysis on this audio file. Most common (uncompressed) formats are
93supported.</para>
94  </listitem>
95  </varlistentry>
96  <varlistentry>
97  <term><option>-o</option>
98  <option>--output fileout</option></term>
99  <listitem>
100
101  <para>Save results in this file. The file will be created on the model of the
102  input file. Results are marked by a very short wood-block sample.</para>
103
104  </listitem>
105  </varlistentry>
106  <varlistentry>
107  <term><option>-O</option>
108  <option>--onset mode</option></term>
109  <listitem>
110
111  <para>The onset detection function to run. Available functions are
112  <emphasis>complexdomain</emphasis>, <emphasis>hfc</emphasis>,
113  <emphasis>phase</emphasis>, <emphasis>specdiff</emphasis>,
114  <emphasis>energy</emphasis>, <emphasis>kl</emphasis> and
115  <emphasis>mkl</emphasis>. By default, both Kullback Liebler (kl) and complex
116  domain are used in parallel.</para>
117
118  </listitem>
119  </varlistentry>
120  <varlistentry>
121  <term><option>-t</option>
122  <option>--threshold value</option></term>
123  <listitem>
124
125  <para>Set the threshold value for the onset peak picking. Typical values are
126  within <literal>0.001</literal> and <literal>0.900</literal>. Default is
127  <literal>0.1</literal>. The <emphasis>lower</emphasis> the <emphasis>more
128  sensible</emphasis>.  Try <literal>0.3</literal> in case of
129  over-detections.</para>
130
131  </listitem>
132  </varlistentry>
133  <varlistentry>
134  <term><option>-j</option>
135  <option>--jack</option></term>
136  <listitem>
137<para>Run in jack mode (default when started without input file) and creates a midi output.</para>
138  </listitem>
139  </varlistentry>
140  <varlistentry>
141  <term><option>-h</option>
142  <option>--help</option></term>
143  <listitem>
144<para>Show summary of options.</para>
145  </listitem>
146  </varlistentry>
147  <varlistentry>
148  <term><option>-v</option>
149  <option>--verbose</option></term>
150  <listitem>
151<para>Show results on the console.</para>
152
153  </listitem>
154  </varlistentry>
155</variablelist>
156
157  </refsect1>
158  <refsect1>
159    <title>SEE ALSO</title>
160
161    <para>
162    <command>aubioonset</command>(1)
163    <command>aubiocut</command>(1)
164    <command>aubionotes</command>(1)
165    <command>aubiopitch</command>(1)
166    </para>
167
168  </refsect1>
169
170<refsect1>
171<title>BUGS</title>
172
173<para>For now the program has been only tested on audio signals sampled at 44.1
174kHz.</para>
175
176</refsect1>
177
178  <refsect1>
179    <title>AUTHOR</title>
180
181    <para>This manual page was written by &dhusername; (&dhemail;). Permission
182    is granted to copy, distribute and/or modify this document under the terms
183    of the &gnu; General Public License, Version 2 any later version published
184    by the Free Software Foundation.</para>
185
186    <para>On Debian systems, the complete text of the GNU General Public
187    License can be found in /usr/share/common-licenses/GPL.</para>
188
189  </refsect1>
190</refentry>
191
192<!-- Keep this comment at the end of the file
193Local variables:
194mode: sgml
195sgml-omittag:t
196sgml-shorttag:t
197sgml-minimize-attributes:nil
198sgml-always-quote-attributes:t
199sgml-indent-step:2
200sgml-indent-data:t
201sgml-parent-document:nil
202sgml-default-dtd-file:nil
203sgml-exposed-tags:nil
204sgml-local-catalogs:nil
205sgml-local-ecat-files:nil
206End:
207-->
208
209
210
Note: See TracBrowser for help on using the repository browser.