]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : remove `speed_up` and `phase_vocoder*` functions (#2198)
authorBorislav Stanimirov <redacted>
Fri, 31 May 2024 08:37:29 +0000 (11:37 +0300)
committerGitHub <redacted>
Fri, 31 May 2024 08:37:29 +0000 (11:37 +0300)
commitaf5833e29819810f2d83228228a9a3077e5ccd93
tree30bd24258b49b5ae4b233a902d0f85d7a8a2aa3c
parentb87494bb8f1e2b5843ec606294e8c370aa25a368
whisper : remove `speed_up` and `phase_vocoder*` functions (#2198)

* whisper : fix cast warning

* whisper : remove phase_vocoder functions, ref #2195

* whisper : remove speed_up from whisper_full_params, closes #2195
20 files changed:
bindings/go/examples/go-whisper/flags.go
bindings/go/params.go
bindings/go/pkg/whisper/context.go
bindings/go/pkg/whisper/interface.go
bindings/java/src/main/java/io/github/ggerganov/whispercpp/WhisperCppJnaLibrary.java
bindings/java/src/main/java/io/github/ggerganov/whispercpp/params/WhisperFullParams.java
bindings/ruby/ext/ruby_whisper.cpp
bindings/ruby/tests/test_whisper.rb
examples/addon.node/addon.cpp
examples/command/command.cpp
examples/common.h
examples/lsp/lsp.cpp
examples/main/main.cpp
examples/server/server.cpp
examples/stream/stream.cpp
examples/talk-llama/talk-llama.cpp
examples/talk/talk.cpp
examples/wchess/wchess.cmd/wchess.cmd.cpp
whisper.cpp
whisper.h