We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1626b73 commit 3f020faCopy full SHA for 3f020fa
src/whisper.cpp
@@ -6252,7 +6252,7 @@ int whisper_full_with_state(
6252
// FIXME: will timestamp offsets be correct?
6253
// [EXPERIMENTAL] Token-level timestamps with DTW
6254
{
6255
- const auto n_segments = state->result_all.size() - n_segments_before;
+ const int n_segments = state->result_all.size() - n_segments_before;
6256
if (ctx->params.dtw_token_timestamps && n_segments) {
6257
const int n_frames = std::min(std::min(WHISPER_CHUNK_SIZE * 100, seek_delta), seek_end - seek);
6258
whisper_exp_compute_token_level_timestamps_dtw(
0 commit comments