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
| Property | Type | Description | Defined in |
|---|---|---|---|
rate? | number | Speaking-rate multiplier for this call; overrides the constructor rate. | src/batteries/tts/_shared/index.ts:75 |
voice? | string | Voice for this call; overrides the constructor voice. | src/batteries/tts/_shared/index.ts:73 |