File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -982,6 +982,8 @@ int main(int argc, char ** argv) {
982
982
wparams.entropy_thold = params.entropy_thold ;
983
983
wparams.logprob_thold = params.logprob_thold ;
984
984
985
+ wparams.no_timestamps = params.no_timestamps ;
986
+
985
987
whisper_print_user_data user_data = { ¶ms, &pcmf32s, 0 };
986
988
987
989
// this callback is called on each new segment
Original file line number Diff line number Diff line change @@ -614,6 +614,8 @@ int main(int argc, char ** argv) {
614
614
wparams.entropy_thold = params.entropy_thold ;
615
615
wparams.logprob_thold = params.logprob_thold ;
616
616
617
+ wparams.no_timestamps = params.no_timestamps ;
618
+
617
619
whisper_print_user_data user_data = { ¶ms, &pcmf32s, 0 };
618
620
619
621
// this callback is called on each new segment
You can’t perform that action at this time.
0 commit comments