Test with moving sources and listener #47

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

Description

Verify that moving audio sources and listeners update smoothly without Doppler artifacts or glitches.

Acceptance Criteria

Scenario: Moving sources are glitch-free
  Given a test scene with moving audio sources
  When sources and listener move continuously
  Then position updates should be smooth
  And no Doppler shifts should occur (not implemented)
  And no glitches or pops should be audible

Technical Notes

  • Create test scene with moving sources
  • Move listener continuously
  • Listen for glitches, pops, artifacts
  • Verify smooth position updates
  • Test on both macOS and iOS
## Description Verify that moving audio sources and listeners update smoothly without Doppler artifacts or glitches. ## Acceptance Criteria ```gherkin Scenario: Moving sources are glitch-free Given a test scene with moving audio sources When sources and listener move continuously Then position updates should be smooth And no Doppler shifts should occur (not implemented) And no glitches or pops should be audible ``` ## Technical Notes - Create test scene with moving sources - Move listener continuously - Listen for glitches, pops, artifacts - Verify smooth position updates - Test on both macOS and iOS
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#47