]> git.parisson.com Git - timeside.git/commitdiff
add 0.5.3 news
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 27 Jan 2014 13:03:52 +0000 (14:03 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 27 Jan 2014 13:03:52 +0000 (14:03 +0100)
README.rst

index 2be8e8df77fa243764fc2ca56ae2c132cf3814ce..925940918ff1f9249f6ece73e1f0bf4fe8ce5c59 100644 (file)
@@ -28,7 +28,7 @@ We just **need** a python library to:
 Architecture
 ============
 
-The streaming architecture of TimeSide relies on 2 main parts: a process engine including various plugin processors written in pure Python and a user interface providing some web based visualization and playback tools in pure HTML5.
+The streaming architecture of TimeSide relies on 2 main parts: a processing engine including various plugin processors written in pure Python and a user interface providing some web based visualization and playback tools in pure HTML5.
 
 .. image:: https://raw.github.com/yomguy/TimeSide/master/doc/slides/img/timeside_schema.png
 
@@ -84,6 +84,17 @@ IAnalyzer
 News
 =====
 
+0.5.3
+
+ * Make Analyzer rendering more generic and easy to implement
+ * Analyzer : refactoring the results rendering method. + Capability to use matplotlib in environnement with no display
+ * Decoder : add support for 96kHz sapling rate
+ * Encoder: live AudioSink encoder, encoder that plays the audio stream through the sounbdcard
+ * Grapher : add a generic Class to display Analyzers through their 'render' method. Add the new grapher file
+ * Core : add a condition to catch signal only if a LiveDecoder source is used
+ * Grapher : add a generic Class to display Analyzers through their 'render' method. For now, it only support FrameValueResult analyzer
+ * Various bugfixes
 0.5.2
 
  * Add a general launch script "timeside-launch" (see "Shell interface")