Skip to content

Commit bd72cd0

Browse files
committed
whisper : add more logging
1 parent 9961dc2 commit bd72cd0

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/whisper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5485,6 +5485,7 @@ int whisper_full_with_state(
54855485
struct whisper_full_params params,
54865486
const float * samples,
54875487
int n_samples) {
5488+
WHISPER_LOG_INFO("%s: [danbev] params.language: %s\n", __func__, params.language);
54885489
// clear old results
54895490
auto & result_all = state->result_all;
54905491

0 commit comments

Comments
 (0)