whisper.cpp / bindings

Commit History

go : implement SetSplitOnWord (#1114)
400c46a
unverified

xsidurd commited on

go : call SetDuration appropriately (#1077)
4528b8c
unverified

tmctmc commited on

go : fix context.Process call in examples (#1067)
0a7c278
unverified

mvrilo commited on

whisper : support speaker segmentation (local diarization) of mono audio via tinydiarize (#1058)
eedbf0c
unverified

Akash Mahajan ggerganov commited on

go : add support for whisper_full_lang_id() (#1010)
1d4bf86
unverified

jaybinks Jay Binks commited on

go : fix "cb" -> "callNewSegment"
cdb726d
unverified

ggerganov commited on

go : improve progress reporting and callback handling (#1024)
19d7f69
unverified

appleboy commited on

updated java README
465bc94

nalbion commited on

updated README for java
84f8053

nalbion commited on

Feature/java bindings2 (#944)
66cb305
unverified

nalbion commited on

ggml : update WASM SIMD
84c1cc7
unverified

ggerganov commited on

bindings : add java bindings (#931)
3b6a58b
unverified

nalbion commited on

release : v1.4.2
92d863e
unverified

ggerganov commited on

release : v1.4.1
8068ae8
unverified

ggerganov commited on

release : v1.4.0
a4c35c9
unverified

ggerganov commited on

whisper : add integer quantization support (#540)
a5f8f3c
unverified

ggerganov commited on

ggml : fix WASM build
ada8c2d
unverified

ggerganov commited on

release : v1.3.0
016ac02
unverified

ggerganov commited on

go : exposed various parts to the Go Interface (#697)
38f9f3b
unverified

intheblueyonder commited on

ggml : fix WASM build
70332a0
unverified

ggerganov commited on

models : change HF hosting from dataset to model
92e3777
unverified

ggerganov commited on

whisper : add whisper_state + default state on the whisper_context (#523)
fa946a3
unverified

sandrohanea Sandro Hanea ggerganov commited on

go : NewContext now returns a clean context (#537)
cd6d7f1
unverified

polarmoon Ming commited on

release : v1.2.1
870c4e1
unverified

ggerganov commited on

bindings : add Ruby (#500)
ad05850
unverified

Todd ggerganov commited on

examples : refactor in order to reuse code and reduce duplication (#482)
acbd6f7
unverified

ggerganov commited on

release : v1.2.0
07e1dc7
unverified

ggerganov commited on

whisper : reduce memory usage during inference (#431)
3aa9e6c
unverified

ggerganov commited on

go : support "auto" as an option when set language (#462)
ccaa693
unverified

polarmoon Ming commited on

go : add wrapper for system info (#456)
4a56623
unverified

Lukas Rist commited on

go : add WhisperLangAutoDetect method to go binding (#451)
d45536d
unverified

Robin commited on

wasm : check if navigator.storage.estimate() is available
3564c33
unverified

ggerganov commited on

go : added wrappers to reset and print timings (#436)
89e8314
unverified

Lukas Rist commited on

release : v1.1.1
cbcc851
unverified

ggerganov commited on

whisper.wasm : add small and small.en models
28d29de
unverified

ggerganov commited on

go : remove sample_best and sample_timestamp bindings (#409)
996990d
unverified

trojan295 commited on

cmake : bump version to 1.1.0
edc127c
unverified

ggerganov commited on

bench.wasm : print system info
65621fb
unverified

ggerganov commited on

whisper : add loader class to allow loading from buffer and others (#353)
8060473
unverified

prsyahmi ggerganov commited on

go : adding features to the go-whisper example, go ci, etc (#384)
728fcbe
unverified

djthorpe commited on

cmake : add -Wno-unused-function + update whisper.js
a9aee6f
unverified

ggerganov commited on

talk.wasm : bump memory usage + update whisper.js
ed67112
unverified

ggerganov commited on

go : bindings updated so they can be used in third party packages. (#379)
4030b6d
unverified

djthorpe commited on

cmake : add CMAKE_RUNTIME_OUTPUT_DIRECTORY
d472548
unverified

ggerganov commited on

ggml : define MIN / MAX only if not defined (minor)
2117da6
unverified

ggerganov commited on

go : run `go mod tidy` before building examples + fix permissions (#296)
8517b79
unverified

Mohit Agarwal commited on

bindings : initial import of golang bindings (#287)
5e456c0
unverified

djthorpe commited on

release : v1.0.4
e29a728
unverified

ggerganov commited on

release : v1.0.3
cad4b5d
unverified

ggerganov commited on

Update README.md
11308f6
unverified

ggerganov commited on