Skip to content

[Feature]: Add extension audio export parity for click sounds #572

@crbender

Description

@crbender
  • I have searched the existing issues

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

  1. Hardcode click sound in core editor: rejected, conflicts with extension-first direction.
  2. Keep preview-only behavior: rejected, confusing for users and hurts trust in export output.

Additional context

Acceptance criteria

  1. Extension click sounds that trigger during export are audible in exported MP4.
  2. No behavior change for users who do not use extension sounds.
  3. Missing extension audio assets do not fail export; they are skipped with a clear warning.
  4. Timing stays aligned with cursor interaction in the final output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions