menu
whisper_flutter_plus package
documentation
download_model.dart
WhisperModel
getPath method
getPath method
dark_mode
light_mode
getPath
method
String
getPath
(
String
dir
)
Get local path of model file
Implementation
String getPath(String dir) { return '$dir/ggml-$modelName.bin'; }
whisper_flutter_plus package
documentation
download_model
WhisperModel
getPath method
WhisperModel enum