Enforce voice limit (64 simultaneous) #58

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

Description

Sort sources by priority and enforce a limit of 64 simultaneously playing voices.

Acceptance Criteria

Scenario: Voice limit is enforced
  Given more than 64 active sources
  When voice limiting is applied
  Then only the top 64 by priority should play
  And lower priority sources should be silenced

Technical Notes

  • Sort sources by priority score
  • Take top N (default 64)
  • Silence sources beyond limit
  • Make voice limit configurable
## Description Sort sources by priority and enforce a limit of 64 simultaneously playing voices. ## Acceptance Criteria ```gherkin Scenario: Voice limit is enforced Given more than 64 active sources When voice limiting is applied Then only the top 64 by priority should play And lower priority sources should be silenced ``` ## Technical Notes - Sort sources by priority score - Take top N (default 64) - Silence sources beyond limit - Make voice limit configurable
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#58