From 96df3fd7b457c41da044042f6676fb82ac6437b0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 15 Oct 2013 23:23:11 +0200 Subject: [PATCH] update doc --- README.rst | 9 ++++----- doc/source/dive_in.rst | 1 - doc/source/intro.rst | 8 ++++---- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index a2d7c21..2fecbc1 100644 --- a/README.rst +++ b/README.rst @@ -36,10 +36,10 @@ Available plugins - Takes ALL known media formats thanks to GStreamer * Analyzers: - - MaxLevel, MeanLevel - - DC - - Yaafe, all data flows - - Aubio BPM, Beats, Pitch, various spectral descriptors + - MaxLevel, MeanLevel, DC + - Yaafe : all data flows + - Aubio : BPM, Beats, Pitch, various spectral descriptors + - VAMP : all default plugins from simple host - IRIT 4Hz, Entropy * Graphers: @@ -158,7 +158,6 @@ get the results:: >>> grapher.render(output='waveform.png') >>> print 'Level:', analyzer.results -`More examples `_ Install ======= diff --git a/doc/source/dive_in.rst b/doc/source/dive_in.rst index 4bd8a1c..1aa8a77 100644 --- a/doc/source/dive_in.rst +++ b/doc/source/dive_in.rst @@ -18,5 +18,4 @@ get the results:: >>> grapher.render(output='waveform.png') >>> print 'Level:', analyzer.results -`More examples `_ diff --git a/doc/source/intro.rst b/doc/source/intro.rst index 5c18871..95532d4 100644 --- a/doc/source/intro.rst +++ b/doc/source/intro.rst @@ -36,10 +36,10 @@ Available plugins - Takes ALL known media formats thanks to GStreamer * Analyzers: - - MaxLevel, MeanLevel - - DC - - Yaafe, all data flows - - Aubio BPM, Beats, Pitch, various spectral descriptors + - MaxLevel, MeanLevel, DC + - Yaafe : all data flows + - Aubio : BPM, Beats, Pitch, various spectral descriptors + - VAMP : all default plugins from simple host - IRIT 4Hz, Entropy * Graphers: -- 2.39.5