Skip to main content

Interface: CalibrationEvents

Defined in: packages/agentos/src/core/audio/EnvironmentalCalibrator.ts:118

Events emitted by the EnvironmentalCalibrator.

Properties

anomaly:detected()

anomaly:detected: (type, details, profile) => void

Defined in: packages/agentos/src/core/audio/EnvironmentalCalibrator.ts:125

Parameters

type

string

details

any

profile

NoiseProfile | null

Returns

void


calibration:complete()

calibration:complete: (profile) => void

Defined in: packages/agentos/src/core/audio/EnvironmentalCalibrator.ts:122

Parameters

profile

NoiseProfile

Returns

void


calibration:error()

calibration:error: (error) => void

Defined in: packages/agentos/src/core/audio/EnvironmentalCalibrator.ts:124

Parameters

error

Error

Returns

void


calibration:progress()

calibration:progress: (progress, currentRms) => void

Defined in: packages/agentos/src/core/audio/EnvironmentalCalibrator.ts:121

Parameters

progress

number

currentRms

number

Returns

void


calibration:started()

calibration:started: () => void

Defined in: packages/agentos/src/core/audio/EnvironmentalCalibrator.ts:123

Returns

void


environment:changed()

environment:changed: (newEnvironment, oldEnvironment, profile) => void

Defined in: packages/agentos/src/core/audio/EnvironmentalCalibrator.ts:120

Parameters

newEnvironment

"quiet" | "normal" | "noisy" | "very_noisy"

oldEnvironment

"quiet" | "normal" | "noisy" | "very_noisy"

profile

NoiseProfile

Returns

void


profile:updated()

profile:updated: (profile) => void

Defined in: packages/agentos/src/core/audio/EnvironmentalCalibrator.ts:119

Parameters

profile

NoiseProfile

Returns

void