From 2f9a634f1add94df4a5f659e80e46cbe189e81eb Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 23 Oct 2014 13:09:28 +0200 Subject: [PATCH] update procs --- README.rst | 26 ++++++++++++-------------- doc/source/processors.rst | 26 ++++++++++++-------------- 2 files changed, 24 insertions(+), 28 deletions(-) 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 ======== diff --git a/doc/source/processors.rst b/doc/source/processors.rst index 7904ebc..bc50cd9 100644 --- a/doc/source/processors.rst +++ b/doc/source/processors.rst @@ -24,16 +24,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. @@ -57,10 +57,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 @@ -68,4 +67,3 @@ IEffect * **fx_gain** : Gain effect processor - -- 2.39.5