Ignore:
Timestamp:
Oct 7, 2006, 11:46:54 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
823fa09
Parents:
042e095
Message:

update the manual pages
update the manual pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/aubiotrack.sgml

    r042e095 rbeea3cf  
    6363  <refsynopsisdiv>
    6464    <cmdsynopsis>
    65       <command>&dhpackage; <parameter>[options]</parameter></command>
     65      <command>&dhpackage; <parameter>[options] [-i soundfile]</parameter></command>
    6666    </cmdsynopsis>
    6767  </refsynopsisdiv>
     
    7070
    7171    <para>This manual page documents briefly the <command>&dhpackage;</command> command.</para>
     72
     73    <para>The <emphasis>aubio</emphasis> library provides a small set of
     74    functions to extract events and objects from audio, from live streams or
     75    still files. Onsets are used to label the beginning of notes, pitches to
     76    label their height.</para>
    7277
    7378    <para><command>&dhpackage;</command> attempts to tap the beat and detect
    7479    beat locations in musical sounds. When started with an input file argument
    7580    (<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>
     81    detected in the file.</para>
     82   
     83    <para>When started without an input file argument
     84    (<option>--input</option>), <command>&dhpackage;</command> creates jack
     85    input and output ports. When an input file is given, the results are given
     86    on the console.</para>
    7987
    8088  </refsect1>
     
    8290    <title>OPTIONS</title>
    8391
    84 <para>This program follows the usual GNU command line syntax, with long options
    85 starting with two dashes (`-').  A summary of options is included below.</para>
     92    <para>This program follows the usual GNU command line syntax, with long
     93    options starting with two dashes (`-').  A summary of options is included
     94    below.</para>
    8695
    8796<variablelist>
     
    9099  <option>--input filein</option></term>
    91100  <listitem>
    92 <para>Run analysis on this audio file. Most common (uncompressed) formats are
    93 supported.</para>
     101
     102  <para>Run analysis on this audio file. Most common uncompressed formats are
     103  supported.</para>
     104
    94105  </listitem>
    95106  </varlistentry>
     
    100111
    101112  <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>
     113  input file. Results are marked by a short wood-block sample.</para>
    103114
    104115  </listitem>
     
    125136  <para>Set the threshold value for the onset peak picking. Typical values are
    126137  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>
     138  <literal>0.1</literal>. <emphasis>Lower</emphasis> threshold values imply
     139  <emphasis>more</emphasis> onsets detected. Try <literal>0.3</literal> in
     140  case of over-detections.</para>
    130141
    131142  </listitem>
     
    135146  <option>--jack</option></term>
    136147  <listitem>
    137 <para>Run in jack mode (default when started without input file) and creates a midi output.</para>
     148  <para>Run in jack mode (default when started without input file) and creates a midi output.</para>
     149  </listitem>
     150  </varlistentry>
     151  <varlistentry>
     152  <term><option>-v</option>
     153  <option>--verbose</option></term>
     154  <listitem>
     155  <para>Show results on the console (default).</para>
    138156  </listitem>
    139157  </varlistentry>
     
    142160  <option>--help</option></term>
    143161  <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 
     162  <para>Show summary of options.</para>
    153163  </listitem>
    154164  </varlistentry>
     
    156166
    157167  </refsect1>
     168  <refsect1>
     169  <title>BUGS</title>
     170
     171  <para>For now the program has only been tested on audio signals sampled at
     172  44.1&nbsp;kHz.</para>
     173
     174  </refsect1>
     175
    158176  <refsect1>
    159177    <title>SEE ALSO</title>
     
    161179    <para>
    162180    <command>aubioonset</command>(1)
     181    <command>aubionotes</command>(1)
    163182    <command>aubiocut</command>(1)
    164     <command>aubionotes</command>(1)
    165183    <command>aubiopitch</command>(1)
    166184    </para>
    167185
    168186  </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
    174 kHz.</para>
    175 
    176 </refsect1>
    177187
    178188  <refsect1>
     
    208218
    209219
    210 
Note: See TracChangeset for help on using the changeset viewer.