From 8133d9346e312beedd0fdc28faf491d46d46cc87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Wed, 10 Jun 2026 16:19:59 -0400 Subject: [PATCH] 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