Skip to main content

@elizaos/core v1.0.6 / v2 / TextToSpeechParams

Interface: TextToSpeechParams

Parameters for text-to-speech models

Extends​

Properties​

runtime​

runtime: IAgentRuntime

The agent runtime for accessing services and utilities

Inherited from​

BaseModelParams.runtime

Defined in​

packages/core/src/specs/v2/types.ts:1674


text​

text: string

The text to convert to speech

Defined in​

packages/core/src/specs/v2/types.ts:1740


voice?​

optional voice: string

The voice to use

Defined in​

packages/core/src/specs/v2/types.ts:1742


speed?​

optional speed: number

The speaking speed

Defined in​

packages/core/src/specs/v2/types.ts:1744