Changeset e06e478
- Timestamp:
- Aug 21, 2005, 6:43:10 PM (19 years ago)
- 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
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/aubionotes.sgml
r2ebf76c re06e478 27 27 <!ENTITY dhemail "<email>piem@altern.org</email>"> 28 28 <!ENTITY dhusername "Paul Brossier"> 29 <!ENTITY dhucpackage "<refentrytitle>AUBIO </refentrytitle>">29 <!ENTITY dhucpackage "<refentrytitle>AUBIONOTES</refentrytitle>"> 30 30 <!ENTITY dhpackage "aubionotes"> 31 31 … … 103 103 <option>--output fileout</option></term> 104 104 <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 107 134 </listitem> 108 135 </varlistentry> … … 111 138 <option>--threshold value</option></term> 112 139 <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> 128 146 129 147 </listitem> … … 157 175 <title>SEE ALSO</title> 158 176 159 <para>< emphasis>aubioonset</emphasis> (1)</para>177 <para><command>aubioonset</command> (1)</para> 160 178 161 179 </refsect1> -
doc/aubioonset.sgml
r2ebf76c re06e478 27 27 <!ENTITY dhemail "<email>piem@altern.org</email>"> 28 28 <!ENTITY dhusername "Paul Brossier"> 29 <!ENTITY dhucpackage "<refentrytitle>AUBIO </refentrytitle>">29 <!ENTITY dhucpackage "<refentrytitle>AUBIOONSET</refentrytitle>"> 30 30 <!ENTITY dhpackage "aubioonset"> 31 31 … … 58 58 <refname>&dhpackage;</refname> 59 59 60 <refpurpose>an sound file onset detector</refpurpose> 60 <refpurpose>a command line tool for real time onset extraction</refpurpose> 61 61 62 </refnamediv> 62 63 <refsynopsisdiv> … … 70 71 <para>This manual page documents briefly the <command>&dhpackage;</command> command.</para> 71 72 72 <para>The library <emphasis remap='B'>aubio</emphasis> provides a small set of functions to extract events and 73 objects from audio, from live streams or still files. Onsets are used to label 74 the beginning of notes, pitches to label their height.</para> 75 76 <para><command>aubionotes</command> is still in an experimental state. Its aim is to segment notes 77 with onsets, and label them with their detected pitch. When started without an 78 input file argument (<option>-i</option>), aubionotes creates a jack input and a midi 79 output. When an input file is given, it outputs the results on the console.</para> 73 <para>The library <emphasis>aubio</emphasis> provides a small set of functions 74 to extract events and objects from audio, from live streams or still files. 75 Onsets are used to label the beginning of notes, pitches to label their 76 height.</para> 77 78 <para><command>aubionotes</command> is still in an experimental state. Its aim 79 is to segment notes with onsets, and label them with their detected pitch. When 80 started without an input file argument (<option>-i</option>), aubionotes 81 creates a jack input and a midi output. When an input file is given, it outputs 82 the results on the console.</para> 80 83 81 84 </refsect1> … … 83 86 <title>OPTIONS</title> 84 87 85 <para>This program follows the usual GNU command line syntax, with long 86 options starting with two dashes (`-'). 87 A summary of options is included below.</para> 88 <para>This program follows the usual GNU command line syntax, with long options 89 starting with two dashes (`-'). A summary of options is included below.</para> 90 88 91 <variablelist> 89 92 <varlistentry> … … 99 102 <option>--output fileout</option></term> 100 103 <listitem> 101 <para>Save results in this file. The file will be created on the model of the input 102 file. Results are marked by a very short wood-block sample.</para> 104 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> 107 108 </listitem> 109 </varlistentry> 110 <varlistentry> 111 <term><option>-O</option> 112 <option>--onset mode</option></term> 113 <listitem> 114 115 <para>The onset detection function to run. Available functions are 116 <emphasis>complexdomain</emphasis>, <emphasis>hfc</emphasis>, 117 <emphasis>phase</emphasis>, <emphasis>specdiff</emphasis>, 118 <emphasis>energy</emphasis>, <emphasis>kl</emphasis> and 119 <emphasis>mkl</emphasis>. By default, both Kullback Liebler (kl) and complex 120 domain are used in parallel.</para> 121 103 122 </listitem> 104 123 </varlistentry> … … 107 126 <option>--threshold value</option></term> 108 127 <listitem> 109 <para>Set the threshold value for the onset peak picking. Typical values are within 110 <literal>0.001</literal> and <literal>0.900</literal>. Default is <literal>0.1</literal>. The <emphasis remap='B'>lower</emphasis> the <emphasis remap='B'>more 111 sensible</emphasis>. Try <literal>0.3</literal> in case of over-detections.</para> 112 </listitem> 113 </varlistentry> 114 <varlistentry> 115 <term><option>-O</option> 116 <option>--onset value</option></term> 117 <listitem> 118 119 <para>The onset detection function to run. Can be one of 120 <emphasis>complexdomain</emphasis>, <emphasis>hfc</emphasis>, 121 <emphasis>phase</emphasis>, <emphasis>specdiff</emphasis>, 122 <emphasis>energy</emphasis>. By default (<emphasis>fixme</emphasis>), both 123 complex domain and HFC are used in parallel.</para> 128 129 <para>Set the threshold value for the onset peak picking. Typical values are 130 within <literal>0.001</literal> and <literal>0.900</literal>. Default is 131 <literal>0.1</literal>. The <emphasis>lower</emphasis> the <emphasis>more 132 sensible</emphasis>. Try <literal>0.3</literal> in case of 133 over-detections.</para> 124 134 125 135 </listitem>
Note: See TracChangeset
for help on using the changeset viewer.