update
[asr1617data.git] / segment.py
index 5454ad0..3a7967f 100644 (file)
@@ -27,7 +27,7 @@ def process(num, *args):
             data.append([label] + l.split('\t'))
 
             # Increase time
-            currentframe += 0.025
+            currentframe += 0.01
 
 
 if __name__ == '__main__':