From: Guillaume Pellerin Date: Fri, 8 Nov 2013 00:40:25 +0000 (+0100) Subject: try to fix rst proc list X-Git-Tag: 0.5.1-1~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=eab270ce3ebb1e7cdda5ee5897d6126621a01114;p=timeside.git try to fix rst proc list --- 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]