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 d682e15 commit c4c2380Copy full SHA for c4c2380
examples/whisper.android/lib/src/main/jni/whisper/jni.c
@@ -181,6 +181,9 @@ Java_com_whispercpp_whisper_WhisperLib_00024Companion_fullTranscribe(
181
params.offset_ms = 0;
182
params.no_context = true;
183
params.single_segment = false;
184
+ params.token_timestamps = true; // Enable for word level timestamps
185
+ params.split_on_word = true; // Enable for word level timestamps
186
+ params.max_len = 1; // Set number of words in a line
187
188
whisper_reset_timings(context);
189
0 commit comments