Connect all sources to appropriate buses #53

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

Description

Route AudioSource components to their designated buses based on the bus field.

Acceptance Criteria

Scenario: Sources route to correct buses
  Given audio sources with different bus types
  When Firewheel nodes are created
  Then sources should connect to their designated bus
  And audio should flow through the mixer hierarchy

Technical Notes

  • Read AudioSource.bus field
  • Connect source nodes to appropriate bus input
  • Verify routing in node graph
  • Test with multiple sources on different buses
## Description Route AudioSource components to their designated buses based on the bus field. ## Acceptance Criteria ```gherkin Scenario: Sources route to correct buses Given audio sources with different bus types When Firewheel nodes are created Then sources should connect to their designated bus And audio should flow through the mixer hierarchy ``` ## Technical Notes - Read `AudioSource.bus` field - Connect source nodes to appropriate bus input - Verify routing in node graph - Test with multiple sources on different buses
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#53