AiliaVoiceModel class
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