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