Test with 200+ sources in dense scene #60

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

Description

Create a test scene with 200+ audio sources and verify prioritization culls to 64 in under 1ms.

Acceptance Criteria

Scenario: Dense scenes perform well
  Given a test scene with 200+ audio sources
  When prioritization runs
  Then culling should complete in <1ms
  And only top 64 sources should play
  And audio should be clear, not muddy

Technical Notes

  • Create test scene with 200+ sources
  • Measure prioritization time
  • Verify 64 voice limit enforced
  • Listen to verify mix clarity
  • Profile if performance is insufficient
## Description Create a test scene with 200+ audio sources and verify prioritization culls to 64 in under 1ms. ## Acceptance Criteria ```gherkin Scenario: Dense scenes perform well Given a test scene with 200+ audio sources When prioritization runs Then culling should complete in <1ms And only top 64 sources should play And audio should be clear, not muddy ``` ## Technical Notes - Create test scene with 200+ sources - Measure prioritization time - Verify 64 voice limit enforced - Listen to verify mix clarity - Profile if performance is insufficient
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#60