Skip to content

Commit e3fdf0b

Browse files
author
Eric Riebling
committed
merge commit
2 parents 6dce302 + 4818be2 commit e3fdf0b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +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
```
44+
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.
45+
46+
Full Disclosure: output file
4447

0 commit comments

Comments
 (0)