whisper.cpp/bindings/go/pkg/whisper
Stavros Panakakis 3853d83d73
go : add tests and update bindings (#2425)
Update Go version to ^1.23, the actions/setup-go
to v5, actions/checkout to v4 and
github.com/stretchr/testify to v1.9.0.

Add test cases for the following model
struct methods:
 - New
 - Close
 - NewContext
 - IsMultilingual
 - Languages

Add test cases for the following context
struct methods:
 - SetLanguage
 - IsMultilingual
 - Language
 - Process
2024-09-20 15:36:12 +03:00
..
consts.go go : adding features to the go-whisper example, go ci, etc (#384) 2023-01-07 21:21:43 +02:00
context_test.go go : add tests and update bindings (#2425) 2024-09-20 15:36:12 +03:00
context.go go : add beamsize/entropythold/maxcontext to context interface (#2350) 2024-08-28 17:09:01 +03:00
doc.go go : run go mod tidy before building examples + fix permissions (#296) 2022-12-22 16:34:20 +02:00
interface.go go : add beamsize/entropythold/maxcontext to context interface (#2350) 2024-08-28 17:09:01 +03:00
model_test.go go : add tests and update bindings (#2425) 2024-09-20 15:36:12 +03:00
model.go go : NewContext now returns a clean context (#537) 2023-03-05 20:50:25 +02:00
util_test.go go : add tests and update bindings (#2425) 2024-09-20 15:36:12 +03:00