• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

orion-ecs / keen-eye / 20389870857
65%

Build:
DEFAULT BRANCH: main
Ran 20 Dec 2025 05:35AM UTC
Jobs 1
Files 302
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Dec 2025 05:33AM UTC coverage: 62.793% (+0.01%) from 62.783%
20389870857

push

github

tyevco
Add complete audio API and ECS components (Issues #420, #421)

Extends the audio system with full playback control and ECS integration.

New Types:
- AudioConfig: Global audio settings (max sounds, distances, rolloff)
- PlaybackOptions: Per-sound options (volume, pitch, loop, channel)
- SoundHandle: Opaque handle for controlling playing sounds
- AudioChannel: Mixer channels (Master, Music, SFX, Voice, Ambient)
- AudioSource: ECS component for entity-attached audio emitters
- AudioListener: ECS component for spatial audio receiver

IAudioContext Extensions:
- Play() now returns SoundHandle for optional control
- PlayAt() for 3D positioned one-shot sounds
- Stop/Pause/Resume individual sounds
- SetVolume/SetPitch/SetPosition on playing sounds
- PauseAll/ResumeAll for global control
- Per-channel volume control (GetChannelVolume/SetChannelVolume)
- Listener convenience methods

IAudioDevice Extensions:
- SetSpeedOfSound() for Doppler calculations
- SetDopplerFactor() for Doppler intensity
- Custom rolloff mode support

ECS Systems:
- AudioSourceSystem: Syncs AudioSource components with backend
- AudioListenerSystem: Syncs AudioListener with 3D listener

Build: 0 warnings, 0 errors

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

2714 of 3764 branches covered (72.1%)

Branch coverage included in aggregate %.

15525 of 25282 relevant lines covered (61.41%)

0.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20389870857.1 20 Dec 2025 05:35AM UTC 302
62.79
GitHub Action Run
Source Files on build 20389870857
  • Tree
  • List 302
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20389870857
  • f0c7ded4 on github
  • Prev Build on main (#20388616636)
  • Next Build on main (#20395524465)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc