From: Guillaume Pellerin Date: Wed, 16 Oct 2013 00:06:28 +0000 (+0200) Subject: update news and prepare basic tutorial X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3fd39d977155ca619e6c43aee30f3867fa96faf8;p=timeside-diadems.git update news and prepare basic tutorial --- diff --git a/README.rst b/README.rst index 79ba802..00e56c3 100644 --- a/README.rst +++ b/README.rst @@ -36,11 +36,11 @@ Available plugins - Takes ALL known media formats thanks to GStreamer * Analyzers: - - MaxLevel, MeanLevel, DC + - Levels : max level, mean level, DC - Yaafe : all data flows - - Aubio : BPM, Beats, Pitch, various spectral descriptors + - Aubio : BPM, beats, pitch, various spectral descriptors - VAMP : all default plugins from simple host - - IRIT 4Hz, Entropy + - IRIT : 4Hz modulation and entropy speech detectors * Graphers: - Waveform @@ -73,7 +73,8 @@ News * Add new documentation : http://files.parisson.com/timeside/doc/ * New Debian repository for instant install * Various bugfixes - * Comptatible with Python >=2.7 + * Comptatible with python >=2.7 + * WARNING : no longer compatible with Telemeta 1.4.5 0.4.5 @@ -192,7 +193,8 @@ Dependencies ============ python (>=2.7), python-setuptools, python-gst0.10, gstreamer0.10-plugins-good, gstreamer0.10-gnonlin, -gstreamer0.10-plugins-ugly, python-aubio, python-yaafe, python-simplejson, python-yaml, python-h5py +gstreamer0.10-plugins-ugly, python-aubio, python-yaafe, python-simplejson, python-yaml, python-h5py, +python-scipy Platforms diff --git a/setup.py b/setup.py index e0885d3..41e11d0 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ setup( 'h5py', 'yaml', 'simplejson', + 'scipy', ], platforms=['OS Independent'], license='Gnu Public License V2',