Create sample playback nodes and basic routing #35

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

Description

Implement sampler nodes for audio playback, gain nodes for volume control, and basic graph connections for routing audio.

Acceptance Criteria

Scenario: Basic audio routing works
  Given an initialized audio graph
  When sample playback nodes are created
  Then audio samples should play through the graph
  And gain nodes should control volume
  And nodes should connect correctly

Technical Notes

  • Implement Firewheel sampler nodes
  • Implement gain nodes for volume control
  • Create basic graph connection utilities
  • Test with simple audio file
## Description Implement sampler nodes for audio playback, gain nodes for volume control, and basic graph connections for routing audio. ## Acceptance Criteria ```gherkin Scenario: Basic audio routing works Given an initialized audio graph When sample playback nodes are created Then audio samples should play through the graph And gain nodes should control volume And nodes should connect correctly ``` ## Technical Notes - Implement Firewheel sampler nodes - Implement gain nodes for volume control - Create basic graph connection utilities - Test with simple audio file
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#35