Is your feature request related to a problem?
Yes. Exporter audio model currently does not have a first-class input for extension-triggered audio events.
Describe the solution you'd like
Add exporter input model support for extension audio events so captured events can be mixed in both classic and modern exporter paths.
Describe alternatives you've considered
Mapping all extension sounds into generic user audioRegions. Possible as a fallback, but less explicit and harder to evolve for extension-specific controls.
Additional context
Need data model that carries event timing and gain cleanly through export pipeline.
Acceptance criteria
- Export config accepts extension audio event input.
- Extension event input supports timestamp and gain.
- Both exporter paths can consume the same normalized event model.
- Unit tests cover model normalization and serialization boundaries.
Is your feature request related to a problem?
Yes. Exporter audio model currently does not have a first-class input for extension-triggered audio events.
Describe the solution you'd like
Add exporter input model support for extension audio events so captured events can be mixed in both classic and modern exporter paths.
Describe alternatives you've considered
Mapping all extension sounds into generic user
audioRegions. Possible as a fallback, but less explicit and harder to evolve for extension-specific controls.Additional context
Need data model that carries event timing and gain cleanly through export pipeline.
Acceptance criteria