Ignore:
Timestamp:
Aug 21, 2005, 6:43:10 PM (19 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:
66834b6
Parents:
2ebf76c
Message:

updated manpages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/aubionotes.sgml

    r2ebf76c re06e478  
    2727  <!ENTITY dhemail     "<email>piem@altern.org</email>">
    2828  <!ENTITY dhusername  "Paul Brossier">
    29   <!ENTITY dhucpackage "<refentrytitle>AUBIO</refentrytitle>">
     29  <!ENTITY dhucpackage "<refentrytitle>AUBIONOTES</refentrytitle>">
    3030  <!ENTITY dhpackage   "aubionotes">
    3131
     
    103103  <option>--output fileout</option></term>
    104104  <listitem>
    105 <para>Save results in this file. The file will be created on the model of the
    106 input file. Results are marked by a very short wood-block sample.</para>
     105
     106  <para>Save results in this file. The file will be created on the model of the
     107  input file. Results are marked by a very short wood-block sample.</para>
     108
     109  </listitem>
     110  </varlistentry>
     111  <varlistentry>
     112  <term><option>-P</option>
     113  <option>--pitch mode</option></term>
     114  <listitem>
     115
     116  <para>The pitch detection function to run. Available functions are
     117  <emphasis>mcomb</emphasis>, <emphasis>yin</emphasis>,
     118  <emphasis>fcomb</emphasis> and <emphasis>schmitt</emphasis>.</para>
     119
     120  </listitem>
     121  </varlistentry>
     122  <varlistentry>
     123  <term><option>-O</option>
     124  <option>--onset mode</option></term>
     125  <listitem>
     126
     127  <para>The onset detection function to run. Available functions are
     128  <emphasis>complexdomain</emphasis>, <emphasis>hfc</emphasis>,
     129  <emphasis>phase</emphasis>, <emphasis>specdiff</emphasis>,
     130  <emphasis>energy</emphasis>, <emphasis>kl</emphasis> and
     131  <emphasis>mkl</emphasis>. By default, both Kullback Liebler (kl) and complex
     132  domain are used in parallel.</para>
     133
    107134  </listitem>
    108135  </varlistentry>
     
    111138  <option>--threshold value</option></term>
    112139  <listitem>
    113 <para>Set the threshold value for the onset peak picking. Typical values are within
    114 <literal>0.001</literal> and <literal>0.900</literal>. Default is <literal>0.1</literal>. The <emphasis>lower</emphasis> the <emphasis>more
    115 sensible</emphasis>.  Try <literal>0.3</literal> in case of over-detections.</para>
    116   </listitem>
    117   </varlistentry>
    118   <varlistentry>
    119   <term><option>-O</option>
    120   <option>--onset value</option></term>
    121   <listitem>
    122 
    123   <para>The onset detection function to run. Can be one of
    124   <emphasis>complexdomain</emphasis>, <emphasis>hfc</emphasis>,
    125   <emphasis>phase</emphasis>, <emphasis>specdiff</emphasis>,
    126   <emphasis>energy</emphasis>. By default (<emphasis>fixme</emphasis>), both
    127   complex domain and HFC are used in parallel.</para>
     140
     141  <para>Set the threshold value for the onset peak picking. Typical values are
     142  within <literal>0.001</literal> and <literal>0.900</literal>. Default is
     143  <literal>0.1</literal>. The <emphasis>lower</emphasis> the <emphasis>more
     144  sensible</emphasis>.  Try <literal>0.3</literal> in case of
     145  over-detections.</para>
    128146
    129147  </listitem>
     
    157175    <title>SEE ALSO</title>
    158176
    159     <para><emphasis>aubioonset</emphasis> (1)</para>
     177    <para><command>aubioonset</command> (1)</para>
    160178
    161179  </refsect1>
Note: See TracChangeset for help on using the changeset viewer.