fix: fix sampling type
This commit is contained in:
parent
91f5cc12f7
commit
5711a71d0f
|
|
@ -37,7 +37,7 @@ const SampleRate = whisper.SampleRate
|
|||
// SampleBits is the number of bytes per sample.
|
||||
const SampleBits = whisper.SampleBits
|
||||
|
||||
type SamplingStrategy whisper.SamplingStrategy
|
||||
type SamplingStrategy uint32
|
||||
|
||||
const (
|
||||
SAMPLING_GREEDY SamplingStrategy = SamplingStrategy(whisper.SAMPLING_GREEDY)
|
||||
|
|
|
|||
Loading…
Reference in New Issue