Radio: Boss Key

// Unmute & resume if (audioPlayer) audioPlayer.muted = false; audioPlayer.play().catch(e => console.log("Autoplay blocked? User interaction needed."));

While there isn't a single "hide" button, you can configure other automation triggers via the radio boss key

You don't need Adobe Audition for quick edits. // Unmute & resume if (audioPlayer) audioPlayer

Here’s a breakdown of the feature — what it is, how it works, and why it’s useful. console.log("Autoplay blocked? User interaction needed."))

function enterBossMode() if (isBossMode) return;