]> git.parisson.com Git - timeside-diadems.git/commitdiff
try fix readme syntax
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 23 Oct 2014 10:04:45 +0000 (12:04 +0200)
committerThomas Fillon <thomas@parisson.com>
Fri, 24 Oct 2014 12:21:36 +0000 (14:21 +0200)
README.rst

index ff2de1cf5b68911e12302d5a647f901e7e0655ed..be7da981dec59614fdd926ac767d027c290a8231 100644 (file)
@@ -68,8 +68,9 @@ For older news, please visit: https://github.com/yomguy/TimeSide/blob/master/NEW
 Processors
 ==========
 
-  IEncoder
-  --------
+IEncoder
+--------
+
     * live_encoder
                 Gstreamer-based Audio Sink
     * flac_encoder
@@ -86,16 +87,18 @@ Processors
                 WAV encoder based on Gstreamer
     * webm_encoder
                 WebM encoder based on Gstreamer
-  IDecoder
-  --------
+IDecoder
+--------
+
     * array_decoder
                 Decoder taking Numpy array as input
     * file_decoder
                 File Decoder based on Gstreamer
     * live_decoder
                 Live source Decoder based on Gstreamer
-  IGrapher
-  --------
+IGrapher
+--------
+
     * grapher_aubio_pitch
                 Builds a PIL image representing Aubio Pitch
     * grapher_onset_detection_function
@@ -128,14 +131,18 @@ Processors
                 Builds a PIL image representing an amplitude coutour (envelop) of the audio stream.
     * waveform_transparent
                 Builds a PIL image representing a transparent waveform
-  IAnalyzer
-  ---------
-    IValueAnalyzer
-    --------------
+
+IAnalyzer
+---------
+
+    * IValueAnalyzer
+    ----------------
+
       * mean_dc_shift
                         Mean DC shift analyzer
       * level
                         Audio level analyzer
+
     * aubio_melenergy
                 Aubio Mel Energy analyzer
     * aubio_mfcc
@@ -168,8 +175,10 @@ Processors
                 Spectrogram analyzer
     * waveform_analyzer
                 Waveform analyzer
-  IEffect
-  -------
+
+IEffect
+-------
+
     * fx_gain
                 Gain effect processor