whisper.cpp/bindings/go/pkg/whisper/util_test.go

9 lines
255 B
Go

package whisper_test
const (
ModelPath = "../../models/ggml-small.en.bin"
ModelTinydiarizePath = "../../models/ggml-small.en-tdrz.bin"
SamplePath = "../../samples/jfk.wav"
MultiSpeakerSamplePath = "../../samples/a13.wav"
)