VoiceType type

L'implementazione vocale. È possibile aggiungere valori aggiuntivi nel tempo.

type VoiceType =
  | "openai"
  | "azure-standard"
  | "azure-custom"
  | "azure-personal"
  | "avatar-voice-sync"
  | "azure-realtime-native"