VoiceType type

The voice implementation. Additional values may be added over time.

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