From: Guillaume Pellerin Date: Thu, 23 Oct 2014 11:09:28 +0000 (+0200) Subject: update procs X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c69539a857b1fe2a00f0baffe98c1e8a6ac76b34;p=timeside-diadems.git update procs --- diff --git a/README.rst b/README.rst index 6758cf4..e684eb5 100644 --- a/README.rst +++ b/README.rst @@ -91,16 +91,16 @@ IDecoder IGrapher -------- - * **grapher_aubio_pitch** : Builds a PIL image representing Aubio Pitch - * **grapher_onset_detection_function** : Builds a PIL image representing Onset detection function - * **grapher_waveform** : Builds a PIL image representing Waveform from Analyzer - * **grapher_irit_speech_4hz_segments** : Builds a PIL image representing Irit 4Hz Speech Segmentation - * **grapher_irit_speech_4hz_segments_median** : Builds a PIL image representing Irit 4Hz Speech Segmentation with median filter - * **grapher_monopoly_segments** : Builds a PIL image representing Irit Monopoly Segmentation - * **grapher_limsi_sad_etape** : Builds a PIL image representing LIMSI SAD with ETAPE model - * **grapher_limsi_sad_maya** : Builds a PIL image representing LIMSI SAD with Mayan model - * **grapher_irit_startseg** : Builds a PIL image representing IRIT Start Noise - * **spectrogram_log** : logarithmic scaled spectrogram (level vs. frequency vs. time). + * **grapher_aubio_pitch** : Image representing Aubio Pitch + * **grapher_onset_detection_function** : Image representing Onset detection function + * **grapher_waveform** : Image representing Waveform from Analyzer + * **grapher_irit_speech_4hz_segments** : Image representing Irit 4Hz Speech Segmentation + * **grapher_irit_speech_4hz_segments_median** : Image representing Irit 4Hz Speech Segmentation with median filter + * **grapher_monopoly_segments** : Image representing Irit Monopoly Segmentation + * **grapher_limsi_sad_etape** : Image representing LIMSI SAD with ETAPE model + * **grapher_limsi_sad_maya** : Image representing LIMSI SAD with Mayan model + * **grapher_irit_startseg** : Image representing IRIT Start Noise + * **spectrogram_log** : Logarithmic scaled spectrogram (level vs. frequency vs. time). * **spectrogram_lin** : Linear scaled spectrogram (level vs. frequency vs. time). * **waveform_simple** : Simple monochrome waveform image. * **waveform_centroid** : Waveform where peaks are colored relatively to the spectral centroids of each frame buffer. @@ -124,10 +124,9 @@ IAnalyzer * **irit_speech_4hz** : Speech Segmentor based on the 4Hz energy modulation analysis. * **irit_speech_entropy** : Speech Segmentor based on Entropy analysis. * **limsi_sad** : Limsi Speech Activity Detection Systems - * **spectrogram_analyzer** : Spectrogram analyzer + * **spectrogram_analyzer** : Spectrogram image builder with an extensible buffer based on tables * **onset_detection_function** : Onset Detection Function analyzer - * **spectrogram_analyzer_2** : Spectrogram analyzer - * **spectrogram_analyzer_3** : Spectrogram analyzer + * **spectrogram_analyzer_buffer** : Spectrogram image builder with an extensible buffer based on tables * **waveform_analyzer** : Waveform analyzer IEffect @@ -135,7 +134,6 @@ IEffect * **fx_gain** : Gain effect processor - Dive in ========