Spaces:
Running
Running
go : fix "cb" -> "callNewSegment"
Browse files
bindings/go/pkg/whisper/context.go
CHANGED
|
@@ -161,7 +161,7 @@ func (context *context) Process(
|
|
| 161 |
return ErrInternalAppError
|
| 162 |
}
|
| 163 |
// If the callback is defined then we force on single_segment mode
|
| 164 |
-
if
|
| 165 |
context.params.SetSingleSegment(true)
|
| 166 |
}
|
| 167 |
|
|
|
|
| 161 |
return ErrInternalAppError
|
| 162 |
}
|
| 163 |
// If the callback is defined then we force on single_segment mode
|
| 164 |
+
if callNewSegment != nil {
|
| 165 |
context.params.SetSingleSegment(true)
|
| 166 |
}
|
| 167 |
|