BrunoHays commited on
Commit
db576f2
1 Parent(s): c8f4ead

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -15,12 +15,13 @@ Configs:
15
  - max=10s: combine consecutive samples for a period shorter than 10 seconds
16
  - max: combine all the samples of a TEDx talk
17
 
18
- ```
19
 
20
- dependencies (for much faster audio decoding):
21
  - ffmpeg: apt install ffmpeg
22
  - ffmpeg-python: pip install ffmpeg-python
23
 
 
 
24
  @inproceedings{salesky2021mtedx,
25
  title={Multilingual TEDx Corpus for Speech Recognition and Translation},
26
  author={Elizabeth Salesky and Matthew Wiesner and Jacob Bremerman and Roldano Cattoni and Matteo Negri and Marco Turchi and Douglas W. Oard and Matt Post},
 
15
  - max=10s: combine consecutive samples for a period shorter than 10 seconds
16
  - max: combine all the samples of a TEDx talk
17
 
 
18
 
19
+ dependencies (only needed for much faster audio decoding):
20
  - ffmpeg: apt install ffmpeg
21
  - ffmpeg-python: pip install ffmpeg-python
22
 
23
+
24
+ ```
25
  @inproceedings{salesky2021mtedx,
26
  title={Multilingual TEDx Corpus for Speech Recognition and Translation},
27
  author={Elizabeth Salesky and Matthew Wiesner and Jacob Bremerman and Roldano Cattoni and Matteo Negri and Marco Turchi and Douglas W. Oard and Matt Post},