How is one meant to interpret the t_dtw field. If I don't run it with the -dtw option then it's -1
If I do then I'm seeing these numbers. I've tried every possible combination to figure out how the t_dtw can be used but there's no pattern. Am I missing something here. Even if it's 100ths of a second I'm looking at it still doesn't match up with audio and offsets are more correct.
I'm testing on large.v2 Here's the command
./main -m models/ggml-large-v2.bin -f samples/jfk.wav -dtw large.v2 -ojf -pp -ls
Here's the JSON output, I've removed timestamps for clarity as they match offsets.
How is one meant to interpret the
t_dtw
field. If I don't run it with the-dtw
option then it's-1
If I do then I'm seeing these numbers. I've tried every possible combination to figure out how the t_dtw can be used but there's no pattern. Am I missing something here. Even if it's 100ths of a second I'm looking at it still doesn't match up with audio and offsets are more correct.