WhisperGpl class

Whisper Gpl is 100% speech to text offline if you confused checkout: https://github.com/azkadev/whisper_flutter

Constructors

WhisperGpl()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ensureInitialized({String pathWhisperGplNativeLibrary = ""}) → void
please call this method first ensureInitialized
getLibraryExtension() String
auto get format library
getWhisperGplNativeLibraryPath({String pathWhisperGplNativeLibrary = ""}) String
return default whisper name library getWhisperGplNativeLibraryPath
initialized() Future<void>
initialized not implemented
loadModelFromFilePath({required String filePath}) Future<bool>
By Azkadev before you transcribe please call this loadModelFromFilePath
loadModelFromFilePathRaw({required String filePath}) Future<Map>
By Azkadev before you transcribe please call this loadModelFromFilePathRaw
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transcribeFromFilePath({required String filePath, required int total_count_thread, required bool is_translate, required String language}) Future<({String error, String errorDescription, bool isSucces, String result})>
By Azkadev transcribe any audio without convert without convert ffmpeg mp3, wav, ogg, anything audio format

Operators

operator ==(Object other) bool
The equality operator.
inherited