From 714c173d94b20ccea43050e1726e00bc436840f8 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 25 Jan 2015 21:00:33 +0100 Subject: [PATCH] update news --- doc/source/news.rst | 9 ++++++--- doc/source/processors.rst | 11 ----------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/doc/source/news.rst b/doc/source/news.rst index 28077d5..d85d8ac 100644 --- a/doc/source/news.rst +++ b/doc/source/news.rst @@ -5,10 +5,13 @@ News * Code refactoring: - - Create a new module `timeside.plugins` and move processors therein: timeside.plugins.decoder, timeside.plugins.analyzer, timeside.plugins.encoder, timeside.plugins.fx - - `timeside.plugins` is a `namespace package `_ enabling external plugins to be **automatically** plugged into TimeSide (see for example `timeside-diadems `_). This now makes TimeSide a real plugin host! - - To properly manage the namespace packages structure, the TimeSide main module is now `timeside.core` and code should now be initialized with `import timeside.core`. + - Create a new module `timeside.plugins` and move processors therein: timeside.plugins.decoder,analyzer, timeside.plugins.encoder, timeside.plugins.fx + - WARNING: to properly manage the namespace packages structure, the TimeSide main module is now `timeside.core` and code should now be initialized with `import timeside.core`. + - `timeside.plugins` is now a `namespace package `_ enabling external plugins to be **automatically** plugged into TimeSide (see for example `timeside-diadems `_). This now makes TimeSide a **real** plugin host, yeah! + - A dummy timeside plugin will soon be provided for easy development start. + * Move all analyzers developped by the partners of the Diadems project to a new repository: `timeside-diadems `_ + * Many fixes for a better processing by `Travis-CI `_ 0.6.1 diff --git a/doc/source/processors.rst b/doc/source/processors.rst index 40892f4..b930697 100644 --- a/doc/source/processors.rst +++ b/doc/source/processors.rst @@ -26,12 +26,6 @@ IGrapher * **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. @@ -51,11 +45,6 @@ IAnalyzer * **aubio_specdesc** : Aubio Spectral Descriptors collection analyzer * **aubio_temporal** : Aubio Temporal analyzer * **yaafe** : Yaafe feature extraction library interface analyzer - * **irit_monopoly** : Segmentor Monophony/Polyphony based on the analysis of yin confidence. - * **irit_startseg** : Segmentation of recording sessions into 'start' and 'session' segments - * **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 image builder with an extensible buffer based on tables * **onset_detection_function** : Onset Detection Function analyzer * **spectrogram_analyzer_buffer** : Spectrogram image builder with an extensible buffer based on tables -- 2.39.5