0.5.7
* WARNING! some processor ids have changed. Please see the full list below.
- * Add a Docker development box
+ * NEW analyzers: IRIT Monopoly (see Processors)
+ * NEW graphers: IRIT Start/Session segmentation
+ * Add extensible buffering thanks to pytables (NEW dependency)
+ * Add typed parameters in processors and server thanks to traits (NEW dependency)
+ * Add a graph model to the pipe thanks to networkx (NEW dependency)
+ * Add test sample generators based on GStreamer
+ * Add a background image option for rendering analyzers
+ * Add on-the-fly filtering decorators
+ * Add a Docker development image and a Dockerfile
* Add a Vagrant development box
- * Add a Debian package installation procedure
- * Fix parent and child analyzers both using yaafe (fix #60)
+ * Update the Debian package installation procedure
+ * Results are now stored in pipe.results as as dictionnary of AnalyzerResults
+ * Update various processors
- * Fix parent and child analyzers both using yaafe (fix #60)
++ * Prevent duplication of processor in the pipe (i.e. processors sharing the same class and parameters). This also fix #60.
+ * Update of Travis CI scripts https://travis-ci.org/yomguy/TimeSide/
0.5.6
See LICENSE for more details.
++Usage
++======
++
++If
.. This file is part of TimeSide
@author: Guillaume Pellerin
--=================================
- Streaming out encoded audio
- Streaming encoded audio outside
--=================================
++Streaming out encoded audio
++============================
Instead of calling a pipe.run(), the chunks of an encoding processor can also be retrieved and streamed outside the pipe during the process.