We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7a7a5 commit bbc7a1fCopy full SHA for bbc7a1f
examples/cli/cli.cpp
@@ -1014,8 +1014,8 @@ int main(int argc, char ** argv) {
1014
fname_out{!fname_out_.empty() ? fname_out_ : fname_inp},
1015
basename_length{fname_out.size()},
1016
is_stdout{fname_out == "-"},
1017
- used_stdout{params.diarize},
1018
- print_segment_callback{is_stdout && !used_stdout ? nullptr : whisper_print_segment_callback} {
+ used_stdout{},
+ print_segment_callback{is_stdout ? nullptr : whisper_print_segment_callback} {
1019
if (!print_segment_callback) {
1020
params.no_timestamps = true;
1021
params.print_progress = false;
0 commit comments