Skip to content

Commit 4818be2

Browse files
authored
Update README.md
1 parent 9095bea commit 4818be2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ SIL
3636

3737
## YuniSegs
3838

39-
This is a way of running Yunitator but you give it a RTTM file containing already-computed SAD segments. It runs Yunitator repeatedly iterating over all segments, and outputs the majority class for each segment in an RTTM file with extension `.yuniSegs.rttm`, with the same segments as the input RTTM (unless they were 0 duration)
40-
It accepts 2 parameters, a WAV file, and an RTTM file, e.g:
39+
This is a way of running Yunitator but you give it a RTTM file containing already-computed SAD segments. It runs Yunitator repeatedly iterating over all segments, and outputs the majority class for each segment in an RTTM file, name based on the input WAV filename, with extension `.yuniSegs.rttm`. IT has the same segments as the input RTTM (unless they were 0 duration).
40+
YuniSegs accepts 2 parameters, a WAV file, and an RTTM file, e.g:
4141
```
4242
~/Yunitator/runYuniSegs.sh /vagrant/test2.wav /vagrant/test2.rttm
4343
```
4444
It now accepts a 3rd parameter, the string "SkipSIL", which causes it to output a SIL segment for any segment marked as such in the input SAD RTTM. This could speed processing, and eliminate long segments marked as silence that might otherwise bog down Yunitator, and should really not be processed.
4545

46+
Full Disclosure: output file
47+

0 commit comments

Comments
 (0)