]> git.parisson.com Git - timeside-diadems.git/commitdiff
update procs
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 23 Oct 2014 11:09:28 +0000 (13:09 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 23 Oct 2014 11:09:28 +0000 (13:09 +0200)
README.rst

index 6758cf44f0594c54ea78aad8dbea9267e8eba22f..e684eb522eeecd3c9a147e1d9352a3dbbae4cd09 100644 (file)
@@ -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
 ========