* Encoder : transcoded streams where broken. Now fixed with some smart thread controls.
* Analyzer : update VAMP plugin example in sandbox
* Analyzer : new *experimental* plugin : Limsi Speech Activity Detection Systems (limsi_sad)
- * Decoder : process any media in streaming mode giving its URL
+ * Decoder : process any media in streaming mode giving its URL
* Install : fix some setup requirements
-
+
0.5.3
* Make Analyzer rendering more generic and easy to implement
* Grapher : add a generic Class to display Analyzers through their 'render' method. For now, it only support FrameValueResult analyzer
* Core : add a condition to catch signal only if a LiveDecoder source is used
* Various bugfixes
-
+
0.5.2
* Add a general launch script "timeside-launch" (see "Shell interface")
Define some processors::
>>> import timeside
- >>> decoder = timeside.decoder.FileDecoder('sweep.wav')
+ >>> decoder = timeside.decoder.file.FileDecoder('sweep.wav')
>>> grapher = timeside.grapher.Waveform()
>>> analyzer = timeside.analyzer.Level()
>>> encoder = timeside.encoder.VorbisEncoder('sweep.ogg')