From: Guillaume Pellerin Date: Thu, 23 Oct 2014 08:32:30 +0000 (+0200) Subject: Merge branch 'dev' X-Git-Tag: 0.6~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a5a083133f342aabc36387d65a61bce087751554;p=timeside.git Merge branch 'dev' Conflicts: README.rst --- a5a083133f342aabc36387d65a61bce087751554 diff --cc README.rst index fa5e292,5570066..eadbf16 --- a/README.rst +++ b/README.rst @@@ -228,13 -157,13 +157,12 @@@ The encoded OGG file should also be the Note you can also instanciate each processor with its own class:: - >>> decoder = timeside.decoder.file.FileDecoder('sweep.wav') - >>> grapher = timeside.grapher.waveform_simple.Waveform() - >>> analyzer = timeside.analyzer.level.Level() - >>> encoder = timeside.encoder.ogg.VorbisEncoder('sweep.ogg') + decoder = timeside.decoder.file.FileDecoder('sweep.wav') + grapher = timeside.grapher.waveform_simple.Waveform() + analyzer = timeside.analyzer.level.Level() + encoder = timeside.encoder.ogg.VorbisEncoder('sweep.ogg') For more extensive examples, please see the `full documentation `_. -- API / Documentation ====================