]> git.parisson.com Git - timeside-diadems.git/commitdiff
Change modules's init files
authorThomas Fillon <thomas@parisson.com>
Mon, 28 Apr 2014 05:58:40 +0000 (07:58 +0200)
committerThomas Fillon <thomas@parisson.com>
Mon, 28 Apr 2014 05:58:40 +0000 (07:58 +0200)
README.rst

index e0548af7e1782ca89a2247a7633c966942c519c6..c1bb59ab9e484a06fc65d6ac409052bf9484241b 100644 (file)
@@ -114,9 +114,9 @@ News
  * 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
@@ -129,7 +129,7 @@ News
  * 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")
@@ -242,7 +242,7 @@ Dive in
 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')