From: Guillaume Pellerin Date: Sat, 14 Dec 2013 23:20:47 +0000 (+0100) Subject: fix news X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=refs%2Fheads%2Fstack;p=timeside.git fix news --- 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