Is your feature request related to a problem?
Yes. Today, click sounds from extensions are audible in preview, but they do not make it into exported MP4 audio. That creates a gap between what creators hear while editing and what viewers hear in the final video.
I reviewed related threads (#227, #443, #162), and the extension-first direction makes sense. I want to keep that direction and close the export parity gap.
Describe the solution you'd like
Add extension audio export parity so extension-triggered click sounds are captured and mixed into exported audio.
This should be implemented as a general extension audio path, not a one-off for a single extension.
Describe alternatives you've considered
- Hardcode click sound in core editor: rejected, conflicts with extension-first direction.
- Keep preview-only behavior: rejected, confusing for users and hurts trust in export output.
Additional context
Acceptance criteria
- Extension click sounds that trigger during export are audible in exported MP4.
- No behavior change for users who do not use extension sounds.
- Missing extension audio assets do not fail export; they are skipped with a clear warning.
- Timing stays aligned with cursor interaction in the final output.
Is your feature request related to a problem?
Yes. Today, click sounds from extensions are audible in preview, but they do not make it into exported MP4 audio. That creates a gap between what creators hear while editing and what viewers hear in the final video.
I reviewed related threads (#227, #443, #162), and the extension-first direction makes sense. I want to keep that direction and close the export parity gap.
Describe the solution you'd like
Add extension audio export parity so extension-triggered click sounds are captured and mixed into exported audio.
This should be implemented as a general extension audio path, not a one-off for a single extension.
Describe alternatives you've considered
Additional context
Acceptance criteria