Table of Contents

Enum TtsModelType

Namespace
AiDotNet.Audio.TextToSpeech
Assembly
AiDotNet.dll

Available TTS model types.

public enum TtsModelType

Fields

FastSpeech2 = 0

FastSpeech2 acoustic model.

Tacotron2 = 1

Tacotron2 acoustic model.

VITS = 2

VITS end-to-end TTS model.