From b227c51c76fd73eb3a956d6219005a866c285c3c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 15 Dec 2013 00:20:47 +0100 Subject: [PATCH] fix news --- README.rst | 8 ++++---- doc/source/intro.rst | 2 +- doc/source/news.rst | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 399c84b..09e729f 100644 --- a/README.rst +++ b/README.rst @@ -87,14 +87,14 @@ News 0.5.2 * Add a general launch script "timeside-launch" (see "User interface") - * Add some pre-processing decorators to downmix and filter inputs of processors (see analyzer.waveform for ex) - * Add a fake numpy decoder to setup multi-pass process pipes + * Add some decorators to filter the inputs of processes (see analyzer.waveform for ex) + * Add a "stack" option to the FileDecoder to accumulate audio data allowing multipass processes * Add beat confidence to aubio_temporal * Add AAC encoder (gstreamer voaacenc plugin needed) * Add UUIDs to the file URI and to all processors * Add a Debian repository with all dependencies for i386 and amd64 architectures - * Fix WebM encoder - * Fix MP3 muxing + * Fix buggy WebM encoder + * Fix buggy MP3 muxing * Fix various minor bugs 0.5.1 diff --git a/doc/source/intro.rst b/doc/source/intro.rst index 4e946fd..686924b 100644 --- a/doc/source/intro.rst +++ b/doc/source/intro.rst @@ -61,7 +61,7 @@ IGrapher * WaveformContourBlack [waveform_contour_black] * WaveformContourWhite [waveform_contour_white] * SpectrogramLog [spectrogram_log] - * SpectrogramLinear [spectrogram_linear] + * SpectrogramLinear [spectrogram_lin] IAnalyzer --------- diff --git a/doc/source/news.rst b/doc/source/news.rst index 7143bbd..b7fe128 100644 --- a/doc/source/news.rst +++ b/doc/source/news.rst @@ -4,14 +4,14 @@ News 0.5.2 * Add a general launch script "timeside-launch" (see "User interface") - * Add some pre-processing decorators to downmix and filter inputs of processors (see analyzer.waveform for ex) - * Add a fake numpy decoder to setup multi-pass process pipes + * Add some decorators to filter the inputs of processes (see analyzer.waveform for ex) + * Add a "stack" option to the FileDecoder to accumulate audio data allowing multipass processes * Add beat confidence to aubio_temporal * Add AAC encoder (gstreamer voaacenc plugin needed) * Add UUIDs to the file URI and to all processors * Add a Debian repository with all dependencies for i386 and amd64 architectures - * Fix WebM encoder - * Fix MP3 muxing + * Fix buggy WebM encoder + * Fix buggy MP3 muxing * Fix various minor bugs 0.5.1 -- 2.39.5