Files
hyperframes/packages
Miguel Ángel 8133d9346e fix(producer): don't mix audio from muted videos into the render (#1322)
* fix(producer): don't mix audio from muted videos into the render

The auto-detect audio block checked ext.metadata.hasAudio (file has
audio track) but not video.hasAudio (element declares itself audible).
A <video muted> whose source file contains audio leaked that audio
into the final render at full volume.

Add video.hasAudio guard so only audible elements contribute audio.

* test(producer): add unit tests for muted video audio guard

* fix: format
2026-06-10 16:19:59 -04:00
..
2026-06-09 23:34:42 +00:00
2026-06-09 23:34:42 +00:00
2026-06-09 23:34:42 +00:00
2026-06-09 23:34:42 +00:00
2026-06-09 23:34:42 +00:00
2026-06-09 23:34:42 +00:00
2026-06-09 23:34:42 +00:00