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

7 lines
117 B
Go

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