EZ Web Audio / SoundEventMap
Type Alias: SoundEventMap
SoundEventMap =
TrackEventMap
Defined in: packages/core/src/events/event-types.ts:153
Full event map including Track-specific events.
Deprecated
Use BaseSoundEventMap for Sound instances or TrackEventMap for Track instances. This type includes pause/resume/seek events that only Track emits — using it on Sound allows registering listeners for events that will never fire.
Retained for backward compatibility.