diff --git a/bindings/go/pkg/whisper/context.go b/bindings/go/pkg/whisper/context.go index cb3d9eb8c1c..294a0320c8a 100644 --- a/bindings/go/pkg/whisper/context.go +++ b/bindings/go/pkg/whisper/context.go @@ -237,6 +237,9 @@ func (context *context) Process( return err } + // Reset n so that more Segments can be available within NextSegment call + context.n = 0 + // Return success return nil }