Add master bus with limiting #54

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

Description

Add a safety limiter to the Master bus to prevent clipping and painful audio accidents.

Acceptance Criteria

Scenario: Master limiter prevents clipping
  Given the Master bus
  When audio levels exceed threshold
  Then the limiter should reduce peaks
  And output should not clip
  And limiter ceiling should be -0.3dB

Technical Notes

  • Implement limiter node (or use Firewheel's if available)
  • Set ceiling to -0.3dB
  • Add to Master bus output
  • Test with loud audio to verify limiting works
## Description Add a safety limiter to the Master bus to prevent clipping and painful audio accidents. ## Acceptance Criteria ```gherkin Scenario: Master limiter prevents clipping Given the Master bus When audio levels exceed threshold Then the limiter should reduce peaks And output should not clip And limiter ceiling should be -0.3dB ``` ## Technical Notes - Implement limiter node (or use Firewheel's if available) - Set ceiling to -0.3dB - Add to Master bus output - Test with loud audio to verify limiting works
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#54