]> git.parisson.com Git - timeside-diadems.git/commitdiff
update news and prepare basic tutorial
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 16 Oct 2013 00:06:28 +0000 (02:06 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 16 Oct 2013 00:06:28 +0000 (02:06 +0200)
README.rst
setup.py

index 79ba802abcc748996b52da686e8887d4510c3a0d..00e56c3a66d8a2f66ec37fdf3ac71eb61b94134d 100644 (file)
@@ -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
index e0885d30ec066383ef3b2c670bf7692a6e441e95..41e11d09d93b66afb33cc235670156fe4d7b349c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,7 @@ setup(
         'h5py',
         'yaml',
         'simplejson',
+        'scipy',
         ],
   platforms=['OS Independent'],
   license='Gnu Public License V2',