OutettsBase class abstract

Implemented types
Implementers

Constructors

OutettsBase({String? sharedLibraryPath})

Properties

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

Methods

dispose() FutureOr<void>
GeneralLib
inherited
ensureInitialized() FutureOr<void>
GeneralLib
inherited
initialized() FutureOr<void>
GeneralLib
inherited
isCrash() bool
GeneralLib
inherited
isDeviceSupport() bool
GeneralLib
inherited
loadModel({required String modelPath, required String modelVocoderPath}) bool
Check Out: https://www.youtube.com/@GENERAL_DEV
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
textToSpeech({required int numberThreads, required String text, required String ouputPath}) FutureOr<String>
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getLibraryWhisperPathDefault() String