fsicoli commited on
Commit
172fb03
1 Parent(s): c35dec1

74d933efd46a40ecac4573b1c110a354ad9960e2b2c4160a67cd463029a968b8

Browse files
.gitattributes CHANGED
@@ -200,3 +200,10 @@ transcript/be/clip_durations.tsv filter=lfs diff=lfs merge=lfs -text
200
  transcript/be/times.txt filter=lfs diff=lfs merge=lfs -text
201
  transcript/be/train.tsv filter=lfs diff=lfs merge=lfs -text
202
  transcript/be/validated.tsv filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
200
  transcript/be/times.txt filter=lfs diff=lfs merge=lfs -text
201
  transcript/be/train.tsv filter=lfs diff=lfs merge=lfs -text
202
  transcript/be/validated.tsv filter=lfs diff=lfs merge=lfs -text
203
+ transcript/eo/clip_durations.tsv filter=lfs diff=lfs merge=lfs -text
204
+ transcript/eo/invalidated.tsv filter=lfs diff=lfs merge=lfs -text
205
+ transcript/eo/other.tsv filter=lfs diff=lfs merge=lfs -text
206
+ transcript/eo/times.txt filter=lfs diff=lfs merge=lfs -text
207
+ transcript/eo/total_clips_duration.csv filter=lfs diff=lfs merge=lfs -text
208
+ transcript/eo/train.tsv filter=lfs diff=lfs merge=lfs -text
209
+ transcript/eo/validated.tsv filter=lfs diff=lfs merge=lfs -text
transcript/eo/clip_durations.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74b8cb0fb4cb616412a4fda44c65f4531bc31ca08ba76fba964712931d97b5bc
3
+ size 38294270
transcript/eo/dev.tsv ADDED
The diff for this file is too large to render. See raw diff
 
transcript/eo/invalidated.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81b0f1d94d6ba34042c43118b7c8d37125f3181dfb455571d8000b70bc946621
3
+ size 30793087
transcript/eo/other.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:365fee3ef31914c2ff2e84618b5b36ef4cc1a46491604e2c354ec5f0b620f29b
3
+ size 35381935
transcript/eo/reported.tsv ADDED
The diff for this file is too large to render. See raw diff
 
transcript/eo/test.tsv ADDED
The diff for this file is too large to render. See raw diff
 
transcript/eo/times.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1689a32040ce6c08875802b01a3d384e6a8bf25f5bdc0af019c485e15178196
3
+ size 88787879
transcript/eo/totalDur.sh ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ TOTAL_TIME=0
4
+ for TRACK in *.mp3; do
5
+ echo Reading "${TRACK}"
6
+ TRACK_TIME="$(soxi -D "${TRACK}" 2>/dev/null)"
7
+ [[ "$TRACK_TIME" != "" ]] && TOTAL_TIME="$TOTAL_TIME + $TRACK_TIME"
8
+ TOTAL_TIME=$(echo "$TOTAL_TIME" | bc)
9
+ done
10
+ echo ''
11
+ echo -n "Total Duration (in seconds): "
12
+ echo "${TOTAL_TIME}"
13
+
14
+ # echo -n "Average Clip Duration (in seconds): "
15
+ # echo "${TOTAL_TIME}/${LEN}" | bc
transcript/eo/total_clips_duration.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b7b2703f1f5b3f61edff90162ef216531a1f6e5a7f7fa478de67b4a870b01e
3
+ size 133137320
transcript/eo/train.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e14eb9917294db112e796f60dd9f22a1bc66899e4e0aefb9babdfe6584b9cf5b
3
+ size 34397603
transcript/eo/validated.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5df95c7a6e5f9ca2dad61946c935cf5bf990862628276d409b89a5da2ea2d9d
3
+ size 201526216