]> git.parisson.com Git - timeside.git/commitdiff
Merge Dev into Diadems
authorThomas Fillon <thomas@parisson.com>
Tue, 16 Sep 2014 18:36:04 +0000 (20:36 +0200)
committerThomas Fillon <thomas@parisson.com>
Tue, 16 Sep 2014 18:36:04 +0000 (20:36 +0200)
1  2 
setup.py
timeside/analyzer/aubio/aubio_melenergy.py
timeside/analyzer/core.py
timeside/analyzer/irit_noise_startSilences.py
timeside/analyzer/irit_speech_4hz.py

diff --cc setup.py
index 41143c6b2682b879ceaad7c306e7fe7d254aa0b4,616cbc8a3757471396b6e81eee54fb02820f7ae4..a123e9e305f2e9a949cb38cd14aaab391d0396d1
+++ b/setup.py
@@@ -59,12 -59,9 +59,13 @@@ setup
          'django-extensions',
          'djangorestframework',
          'south',
 -        'traits',
 +        'py_sonicvisualiser',
 +        'pyannote.core',
 +        'pyannote.features',
 +        'traits'
+         'networkx'
          ],
 +
    platforms=['OS Independent'],
    license='Gnu Public License V2',
    classifiers = CLASSIFIERS,
Simple merge
index d78153b87a00072a536644f33c376f1ee35f97ba,7b77400e1e108f30a41d7890d3ea94a175eafdba..18cd9a80553423b54d006ad394ee237f33c48298
@@@ -186,7 -186,7 +186,8 @@@ class IRITStartSeg(Analyzer)
                                   for s in selected_segs]
          segs.data_object.duration = [(float(s[1] - s[0]) * step)
                                       for s in selected_segs]
-         self.process_pipe.results.add(segs)
++
+         self.add_result(segs)
  
      def release(self):
          self._buffer.close()
Simple merge