]> git.parisson.com Git - timeside-diadems.git/commitdiff
staging=True for all graphers master
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 20 Jan 2015 16:32:50 +0000 (17:32 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 20 Jan 2015 16:32:50 +0000 (17:32 +0100)
timeside/plugins/diadems/irit_monopoly.py
timeside/plugins/diadems/irit_noise_startSilences.py
timeside/plugins/diadems/irit_speech_4hz.py
timeside/plugins/diadems/limsi_sad.py

index fb848762848529fd9a5a1a0e048abf501cfd61f9..c2935d8d4ee3c949cb861aa4d8f082d27f207c9b 100644 (file)
@@ -168,7 +168,7 @@ class IRITMonopoly(Analyzer):
 
         return numpy.mean(Pxy)
 
-    
+
 # Generate Grapher for IRITMonopoly analyzer
 from timeside.core.grapher import DisplayAnalyzer
 
@@ -178,4 +178,4 @@ DisplayMonopoly = DisplayAnalyzer.create(
     grapher_id='grapher_monopoly_segments',
     grapher_name='Mono/Poly segmentation',
     background='waveform',
-    staging=True)
+    staging=False)
index 0ac49872a3e5767722ec72de759aad04c3828325..7ba52118813dfb8be6df28fe502890807ecab42b 100644 (file)
@@ -227,4 +227,4 @@ DisplayIRIT_Start = DisplayAnalyzer.create(
     grapher_id='grapher_irit_startseg',
     grapher_name='Analogous start point',
     background='waveform',
-    staging=True)
+    staging=False)
index 00c25c951007a0758fb6dc61146aca03d1df1b0c..cbc0f11cadb1db62a8845b8dd464d795323c8651 100644 (file)
@@ -220,7 +220,7 @@ Display4hzSpeechSegmentation = DisplayAnalyzer.create(
     grapher_id='grapher_irit_speech_4hz_segments',
     grapher_name='Speech segmentation',
     background='waveform',
-    staging=True)
+    staging=False)
 
 # IRIT 4Hz with median filter
 Display4hzSpeechSegmentation = DisplayAnalyzer.create(
@@ -229,4 +229,4 @@ Display4hzSpeechSegmentation = DisplayAnalyzer.create(
     grapher_id='grapher_irit_speech_4hz_segments_median',
     grapher_name='Speech segmentation (median)',
     background='waveform',
-    staging=True)
+    staging=False)
index 7fdd6740081c0c9845b5db322540ad7958b9e2e9..5f16d031d2790426c16ac0aed40ac2981ddbfd0b 100644 (file)
@@ -275,7 +275,7 @@ DisplayLIMSI_SAD_etape = DisplayAnalyzer.create(
     grapher_id='grapher_limsi_sad_etape',
     grapher_name='Speech activity (ETAPE)',
     background='waveform',
-    staging=True)
+    staging=False)
 
 # Mayan Model
 DisplayLIMSI_SAD_maya = DisplayAnalyzer.create(
@@ -285,4 +285,4 @@ DisplayLIMSI_SAD_maya = DisplayAnalyzer.create(
     grapher_id='grapher_limsi_sad_maya',
     grapher_name='Speech activity (Mayan)',
     background='waveform',
-    staging=True)
+    staging=False)