mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-24 19:29:18 +02:00
go : call SetDuration appropriately (#1077)
This commit is contained in:
parent
66616dbd4d
commit
6f0114f4a6
@ -93,7 +93,7 @@ func (context *context) SetOffset(v time.Duration) {
|
|||||||
|
|
||||||
// Set duration of audio to process
|
// Set duration of audio to process
|
||||||
func (context *context) SetDuration(v time.Duration) {
|
func (context *context) SetDuration(v time.Duration) {
|
||||||
context.params.SetOffset(int(v.Milliseconds()))
|
context.params.SetDuration(int(v.Milliseconds()))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set timestamp token probability threshold (~0.01)
|
// Set timestamp token probability threshold (~0.01)
|
||||||
|
Loading…
Reference in New Issue
Block a user