From eab270ce3ebb1e7cdda5ee5897d6126621a01114 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 8 Nov 2013 01:40:25 +0100 Subject: [PATCH] try to fix rst proc list --- README.rst | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 14aa23b..ba0201b 100644 --- a/README.rst +++ b/README.rst @@ -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] -- 2.39.5