From e06e478cbf83d013feb9da7234576bd69fad5b81 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 21 Aug 2005 16:43:10 +0000 Subject: [PATCH] updated manpages --- doc/aubionotes.sgml | 44 ++++++++++++++++++++++---------- doc/aubioonset.sgml | 62 ++++++++++++++++++++++++++------------------- 2 files changed, 67 insertions(+), 39 deletions(-) diff --git a/doc/aubionotes.sgml b/doc/aubionotes.sgml index ba23ddc6..84226cc1 100644 --- a/doc/aubionotes.sgml +++ b/doc/aubionotes.sgml @@ -26,7 +26,7 @@ manpage.1: manpage.sgml 1"> piem@altern.org"> - AUBIO"> + AUBIONOTES"> Debian"> @@ -102,29 +102,47 @@ supported. -Save results in this file. The file will be created on the model of the -input file. Results are marked by a very short wood-block sample. + + Save results in this file. The file will be created on the model of the + input file. Results are marked by a very short wood-block sample. + - - + + -Set the threshold value for the onset peak picking. Typical values are within -0.001 and 0.900. Default is 0.1. The lower the more -sensible. Try 0.3 in case of over-detections. + + The pitch detection function to run. Available functions are + mcomb, yin, + fcomb and schmitt. + - + - The onset detection function to run. Can be one of + The onset detection function to run. Available functions are complexdomain, hfc, phase, specdiff, - energy. By default (fixme), both - complex domain and HFC are used in parallel. + energy, kl and + mkl. By default, both Kullback Liebler (kl) and complex + domain are used in parallel. + + + + + + + + + Set the threshold value for the onset peak picking. Typical values are + within 0.001 and 0.900. Default is + 0.1. The lower the more + sensible. Try 0.3 in case of + over-detections. @@ -156,7 +174,7 @@ sensible. Try 0.3 in case of over-detections. SEE ALSO - aubioonset (1) + aubioonset (1) diff --git a/doc/aubioonset.sgml b/doc/aubioonset.sgml index ba05e3c5..92f62719 100644 --- a/doc/aubioonset.sgml +++ b/doc/aubioonset.sgml @@ -26,7 +26,7 @@ manpage.1: manpage.sgml 1"> piem@altern.org"> - AUBIO"> + AUBIOONSET"> Debian"> @@ -57,7 +57,8 @@ manpage.1: manpage.sgml &dhpackage; - an sound file onset detector + a command line tool for real time onset extraction + @@ -69,22 +70,24 @@ manpage.1: manpage.sgml This manual page documents briefly the &dhpackage; command. -The library aubio provides a small set of functions to extract events and -objects from audio, from live streams or still files. Onsets are used to label -the beginning of notes, pitches to label their height. +The library aubio provides a small set of functions +to extract events and objects from audio, from live streams or still files. +Onsets are used to label the beginning of notes, pitches to label their +height. -aubionotes is still in an experimental state. Its aim is to segment notes -with onsets, and label them with their detected pitch. When started without an -input file argument (), aubionotes creates a jack input and a midi -output. When an input file is given, it outputs the results on the console. +aubionotes is still in an experimental state. Its aim +is to segment notes with onsets, and label them with their detected pitch. When +started without an input file argument (), aubionotes +creates a jack input and a midi output. When an input file is given, it outputs +the results on the console. OPTIONS -This program follows the usual GNU command line syntax, with long -options starting with two dashes (`-'). -A summary of options is included below. +This program follows the usual GNU command line syntax, with long options +starting with two dashes (`-'). A summary of options is included below. + @@ -98,29 +101,36 @@ supported. -Save results in this file. The file will be created on the model of the input -file. Results are marked by a very short wood-block sample. + + Save results in this file. The file will be created on the model of the + input file. Results are marked by a very short wood-block sample. + - - + + -Set the threshold value for the onset peak picking. Typical values are within -0.001 and 0.900. Default is 0.1. The lower the more -sensible. Try 0.3 in case of over-detections. + + The onset detection function to run. Available functions are + complexdomain, hfc, + phase, specdiff, + energy, kl and + mkl. By default, both Kullback Liebler (kl) and complex + domain are used in parallel. + - - + + - The onset detection function to run. Can be one of - complexdomain, hfc, - phase, specdiff, - energy. By default (fixme), both - complex domain and HFC are used in parallel. + Set the threshold value for the onset peak picking. Typical values are + within 0.001 and 0.900. Default is + 0.1. The lower the more + sensible. Try 0.3 in case of + over-detections. -- 2.26.2