From 4899ca14d5ae159410d52f3e1f8df7bdd989d1ad Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 23 Oct 2014 12:04:45 +0200 Subject: [PATCH] try fix readme syntax --- README.rst | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index ff2de1c..be7da98 100644 --- a/README.rst +++ b/README.rst @@ -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 -- 2.39.5