Skip to content

Commit 3f9f035

Browse files
committed
logs
1 parent 128068d commit 3f9f035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rcpp_whisper.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Rcpp::List whisper_encode(SEXP model, std::string path, std::string language,
358358
wparams.new_segment_callback_user_data = &user_data;
359359
}
360360
if(trace > 0 && offset.size() > 1){
361-
Rcpp::Rcout << "Processing audio section " << wparams.offset_ms << " ms - " << wparams.offset_ms+wparams.duration_ms << " ms\n";
361+
Rcpp::Rcout << "Processing audio offset section " << f+1 << " (" << wparams.offset_ms << " ms - " << wparams.offset_ms+wparams.duration_ms << " ms)\n";
362362
}
363363

364364
if (whisper_full_parallel(ctx, wparams, pcmf32.data(), pcmf32.size(), params.n_processors) != 0) {

0 commit comments

Comments
 (0)