Skip to main content
cngx-src documentation

AudioStatus

Type Aliascommon/audio

projects/common/audio/engine/audio-engine.ts

Description#

Lifecycle state of the shared AudioContext, surfaced for debug panels and headless e2e. Mute is a separate muted signal — this tracks the context, not the play gate.

Definition#

"idle" | "suspended" | "running" | "closed" | "unsupported"