AiliaVoiceModel class

Constructors

AiliaVoiceModel()

Properties

ailia DynamicLibrary?
getter/setter pair
ailiaAudio DynamicLibrary?
getter/setter pair
ailiaVoice ↔ dynamic
getter/setter pair
available bool
getter/setter pair
debug bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ppAilia Pointer<Pointer<AILIAVoice>>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
g2p(String inputText, int g2pType) String
getCallback() Pointer<AILIAVoiceApiCallback>
inference(String inputFeature) AiliaVoiceResult
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(String encoder, String decoder1, String decoder2, String wave, String? ssl, String dicFolder, int modelType, int cleanerType, int dictionaryType, int envId) → void
openDictionary(String dicFolder, int dictionaryType) → void
openModel(String encoder, String decoder1, String decoder2, String wave, String? ssl, int modelType, int cleanerType, int envId) → void
setReference(List<double> pcm, int sampleRate, int nChannels, String referenceFeature) → void
setUserDictionary(String dicFile, int dictionaryType) → void
throwError(String funcName, int code) → void
toString() String
A string representation of this object.
inherited

Operators

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