From 3816fd6f75efdad119e13db1e694e2f8bb5a5705 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Mon, 28 Apr 2014 07:58:40 +0200 Subject: [PATCH] Change modules's init files --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index e0548af..c1bb59a 100644 --- a/README.rst +++ b/README.rst @@ -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') -- 2.39.5