]> git.parisson.com Git - timeside.git/commitdiff
fix news
authorGuillaume Pellerin <yomguy@parisson.com>
Sat, 14 Dec 2013 23:20:47 +0000 (00:20 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 16 Dec 2013 10:09:54 +0000 (11:09 +0100)
README.rst
doc/source/intro.rst
doc/source/news.rst

index 399c84bd5f8253a141ab759de53bc778a13f3945..09e729f0762f87dc344482cec62229014d575bab 100644 (file)
@@ -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
index 4e946fd57af1318ba98dd10ad02daa79ec2a248e..686924b13a5c2ea11d0637f68eb2fdefd85fcab6 100644 (file)
@@ -61,7 +61,7 @@ IGrapher
   * WaveformContourBlack [waveform_contour_black]
   * WaveformContourWhite [waveform_contour_white]
   * SpectrogramLog [spectrogram_log]
-  * SpectrogramLinear [spectrogram_linear]
+  * SpectrogramLinear [spectrogram_lin]
 
 IAnalyzer
 ---------
index 7143bbd250cb72e5f63af67632380eadd030fea4..b7fe12877f24e40aa5ac845ba7a7c5fdfb850c6d 100644 (file)
@@ -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