Companion

object Companion

Constants of ailia Voice.

AILIA_VOICE_DICTIONARY_TYPE_* defines the dictionary type, AILIA_VOICE_MODEL_TYPE_* defines the model type, AILIA_VOICE_CLEANER_TYPE_* defines the text cleaner type, and AILIA_VOICE_G2P_TYPE_* defines the G2P type.

Properties

Link copied to clipboard
const val AILIA_STATUS_SUCCESS: Int = 0

Status code of success.

Link copied to clipboard

Basic text cleaner.

Link copied to clipboard

Text cleaner for English.

Link copied to clipboard

Dictionary for G2P Chinese.

Link copied to clipboard

Dictionary for G2P English.

Link copied to clipboard

Dictionary for G2PW (Chinese polyphonic characters).

Link copied to clipboard

Dictionary for OpenJTalk (Japanese).

Link copied to clipboard
const val AILIA_VOICE_FLAG_NONE: Int = 0

Default flag (no option).

Link copied to clipboard

G2P for English of GPT-SoVITS.

Link copied to clipboard

G2P for Japanese of GPT-SoVITS.

Link copied to clipboard

G2P for Chinese of GPT-SoVITS.

Link copied to clipboard

GPT-SoVITS V1 model.

Link copied to clipboard

GPT-SoVITS V2 model.

Link copied to clipboard

GPT-SoVITS V2 Pro model.

Link copied to clipboard

GPT-SoVITS V3 model.

Link copied to clipboard

Tacotron2 model.