Verify basic playback works (smoke test) #37

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

Description

Comprehensive testing to verify basic audio playback works without glitches, dropouts, or latency issues on both macOS and iOS.

Acceptance Criteria

Scenario: Playback is glitch-free
  Given the complete Firewheel integration
  When audio samples are played
  Then no audio dropouts should occur
  And no glitches or pops should be audible
  And latency should be consistent
  And playback should work on macOS and iOS

Technical Notes

  • Test on macOS desktop
  • Test on iOS device
  • Listen for dropouts, glitches, pops
  • Measure and verify latency
  • Test with various buffer sizes
## Description Comprehensive testing to verify basic audio playback works without glitches, dropouts, or latency issues on both macOS and iOS. ## Acceptance Criteria ```gherkin Scenario: Playback is glitch-free Given the complete Firewheel integration When audio samples are played Then no audio dropouts should occur And no glitches or pops should be audible And latency should be consistent And playback should work on macOS and iOS ``` ## Technical Notes - Test on macOS desktop - Test on iOS device - Listen for dropouts, glitches, pops - Measure and verify latency - Test with various buffer sizes
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#37