loadWhisperModel method
bool
loadWhisperModel({
- String openVinoEncoderDevice = "CPU",
- required String whisperModelPath,
- bool isUseGpu = false,
- int gpuDevice = 0,
override
Check Out: https://www.youtube.com/@GENERAL_DEV
Implementation
@override
bool loadWhisperModel({
String openVinoEncoderDevice = "CPU",
required String whisperModelPath,
bool isUseGpu = false,
int gpuDevice = 0,
}) {
// TODO: implement loadWhisperModel
throw UnimplementedError();
}