]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
bindings.java : apply whisperParams in fullTranscribeWithTime instead of ignoring...
authorJoas Dev <redacted>
Tue, 3 Jun 2025 04:15:21 +0000 (23:15 -0500)
committerGitHub <redacted>
Tue, 3 Jun 2025 04:15:21 +0000 (06:15 +0200)
commit269dad68a2442295c6b2cc951c8f33b466e39e22
tree0a002f86775fb1b7f6f437bd3c416c970aafe63c
parent121d27a495ce8549c2a2457e2fdb3e318dbec448
bindings.java : apply whisperParams in fullTranscribeWithTime instead of ignoring them (#3201)

This pull request fixes a bug in the fullTranscribeWithTime method, where the whisperParams argument was declared but never used. As a result, the model did not apply the configuration defined in whisperParams.
bindings/java/src/main/java/io/github/ggerganov/whispercpp/WhisperCpp.java
bindings/java/src/test/java/io/github/ggerganov/whispercpp/WhisperCppTest.java