Add randomized layer playback #76

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

Description

Support randomized layer playback for occasional sounds like birds and creaks with random timing.

Acceptance Criteria

Scenario: Randomized layers add variation
  Given soundscape zones with randomized layers
  When zones are active
  Then randomized sounds should play occasionally
  And timing should be randomized
  And sounds should feel natural, not repetitive

Technical Notes

  • Add randomized playback flag to layers
  • Random timing intervals (min/max delay)
  • Trigger sounds randomly within active zones
  • Test for natural variation
## Description Support randomized layer playback for occasional sounds like birds and creaks with random timing. ## Acceptance Criteria ```gherkin Scenario: Randomized layers add variation Given soundscape zones with randomized layers When zones are active Then randomized sounds should play occasionally And timing should be randomized And sounds should feel natural, not repetitive ``` ## Technical Notes - Add randomized playback flag to layers - Random timing intervals (min/max delay) - Trigger sounds randomly within active zones - Test for natural variation
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#76