Enum TtsModelType
- Namespace
- AiDotNet.Audio.TextToSpeech
- Assembly
- AiDotNet.dll
Available TTS model types.
public enum TtsModelType
Fields
FastSpeech2 = 0FastSpeech2 acoustic model.
Tacotron2 = 1Tacotron2 acoustic model.
VITS = 2VITS end-to-end TTS model.