fix: fix sampling type

This commit is contained in:
ciricc 2025-09-20 20:23:19 +03:00
parent 91f5cc12f7
commit 5711a71d0f
1 changed files with 1 additions and 1 deletions

View File

@ -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)