diff --git a/examples/whisper.android/lib/src/main/jni/whisper/jni.c b/examples/whisper.android/lib/src/main/jni/whisper/jni.c index 02e4121d..1fa8a962 100644 --- a/examples/whisper.android/lib/src/main/jni/whisper/jni.c +++ b/examples/whisper.android/lib/src/main/jni/whisper/jni.c @@ -181,8 +181,8 @@ Java_com_whispercpp_whisper_WhisperLib_00024Companion_fullTranscribe( params.offset_ms = 0; params.no_context = true; params.single_segment = false; - params.token_timestamps = true; // Enable for word level timestamps - params.split_on_word = true; // Enable for word level timestamps + params.token_timestamps = false; // Set true for word level timestamps + params.split_on_word = false; // Set true for word level timestamps params.max_len = 1; // Set number of words in a line whisper_reset_timings(context);