Add LUFS integrated loudness meter #71

Open
opened 2025-12-17 02:58:47 +00:00 by siennathesane · 0 comments
siennathesane commented 2025-12-17 02:58:47 +00:00 (Migrated from github.com)

Description

Add integrated loudness (LUFS) meter to the Master bus for professional loudness monitoring.

Acceptance Criteria

Scenario: LUFS meter works
  Given the Master bus with audio playing
  When integrated loudness is measured
  Then LUFS value should display
  And target should be -14 LUFS for streaming platforms

Technical Notes

  • Implement or integrate LUFS measurement
  • Display on Master channel
  • Target: -14 LUFS
  • Optional/nice-to-have feature (P3)
## Description Add integrated loudness (LUFS) meter to the Master bus for professional loudness monitoring. ## Acceptance Criteria ```gherkin Scenario: LUFS meter works Given the Master bus with audio playing When integrated loudness is measured Then LUFS value should display And target should be -14 LUFS for streaming platforms ``` ## Technical Notes - Implement or integrate LUFS measurement - Display on Master channel - Target: -14 LUFS - Optional/nice-to-have feature (P3)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#71