]> git.parisson.com Git - timeside-diadems.git/commitdiff
try to fix rst proc list
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 8 Nov 2013 00:40:25 +0000 (01:40 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 8 Nov 2013 00:40:25 +0000 (01:40 +0100)
README.rst

index 14aa23bae1175f91a4524ea5f78ce76ee66eab85..ba0201b60a94f6cee54987f2764db9c2b82a8066 100644 (file)
@@ -32,16 +32,24 @@ Here is a schematic diagram of the TimeSide engine architecture:
 Processors
 ==========
 
- * IEncoder
+IEncoder
+---------
+
   * VorbisEncoder [gst_vorbis_enc]
   * WavEncoder [gst_wav_enc]
   * Mp3Encoder [gst_mp3_enc]
   * FlacEncoder [gst_flac_enc]
   * AacEncoder [gst_aac_enc]
   * WebMEncoder [gst_webm_enc]
- * IDecoder
+
+IDecoder
+---------
+
   * FileDecoder [gst_dec]
- * IGrapher
+
+IGrapher
+---------
+
   * Waveform [waveform_simple]
   * WaveformCentroid [waveform_centroid]
   * WaveformTransparent [waveform_transparent]
@@ -49,10 +57,13 @@ Processors
   * WaveformContourWhite [waveform_contour_white]
   * SpectrogramLog [spectrogram_log]
   * SpectrogramLinear [spectrogram_linear]
- * IAnalyzer
+
+IAnalyzer
+---------
+
   * IValueAnalyzer
-    * Level [level]
-    * MeanDCShift [mean_dc_shift]
+    - Level [level]
+    - MeanDCShift [mean_dc_shift]
   * AubioTemporal [aubio_temporal]
   * AubioPitch [aubio_pitch]
   * AubioMfcc [aubio_mfcc]