Skip to main content

@elizaos/core v1.0.12 / AudioProcessingParams

Interface: AudioProcessingParams

Parameters for audio processing models

Extends​

Properties​

runtime​

runtime: IAgentRuntime

The agent runtime for accessing services and utilities

Inherited from​

BaseModelParams.runtime

Defined in​

packages/core/src/types/model.ts:80


audioUrl​

audioUrl: string

The URL or path of the audio file to process

Defined in​

packages/core/src/types/model.ts:168


processingType​

processingType: string

The type of audio processing to perform

Defined in​

packages/core/src/types/model.ts:170