Skip to content
1 min read · 104 words

Interface: SynthesizeOptions

Defined in: src/batteries/tts/_shared/index.ts:71

Per-call options accepted by every engine's synthesize. Engine-specific per-call option interfaces extend this with their own knobs.

Remarks

Both fields override the constructor-level default of the same name for this one call.

Extended by

Properties

PropertyTypeDescriptionDefined in
rate?numberSpeaking-rate multiplier for this call; overrides the constructor rate.src/batteries/tts/_shared/index.ts:75
voice?stringVoice for this call; overrides the constructor voice.src/batteries/tts/_shared/index.ts:73