We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39409b0 commit 896e986Copy full SHA for 896e986
examples/main/main.cpp
@@ -982,6 +982,8 @@ int main(int argc, char ** argv) {
982
wparams.entropy_thold = params.entropy_thold;
983
wparams.logprob_thold = params.logprob_thold;
984
985
+ wparams.no_timestamps = params.no_timestamps;
986
+
987
whisper_print_user_data user_data = { ¶ms, &pcmf32s, 0 };
988
989
// this callback is called on each new segment
examples/server/server.cpp
@@ -614,6 +614,8 @@ int main(int argc, char ** argv) {
614
615
616
617
618
619
620
621
0 commit comments