@vowel.to/client / index / DEFAULT_VOICE_CONFIG
Variable: DEFAULT_VOICE_CONFIG
ts
const DEFAULT_VOICE_CONFIG: {
model: "gemini-live-2.5-flash-preview";
voice: "Orus";
language: "en-US";
};Defined in: lib/vowel/types/constants.ts:30
Voice agent configuration defaults
Type Declaration
| Name | Type | Default value | Defined in |
|---|---|---|---|
model | "gemini-live-2.5-flash-preview" | 'gemini-live-2.5-flash-preview' | lib/vowel/types/constants.ts:31 |
voice | "Orus" | 'Orus' | lib/vowel/types/constants.ts:32 |
language | "en-US" | 'en-US' | lib/vowel/types/constants.ts:33 |