]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
bindings.go : add DetectedLanguage to go bindings (#2947)
authorAmanda Der Bedrosian <redacted>
Fri, 28 Mar 2025 11:26:22 +0000 (04:26 -0700)
committerGitHub <redacted>
Fri, 28 Mar 2025 11:26:22 +0000 (12:26 +0100)
commitde6b38c6d96fc3cb2c4797581280963f0224d364
treea38d5733f1ab71422c7b25fcbf1bfdc2a0724d1b
parent46d6e0abc17166178808ad9a3ede7080c94bfeca
bindings.go : add DetectedLanguage to go bindings (#2947)

Adding in DetectedLanguage(), a function to retrieve the detected
language that's populated by processing audio. Also adding in a unit
test to test the success.

Co-authored-by: Amanda Der Bedrosian <redacted>
bindings/go/pkg/whisper/context.go
bindings/go/pkg/whisper/context_test.go
bindings/go/pkg/whisper/interface.go