dragonruby-audio

Installation
SKILL.md

This skill covers advanced DragonRuby audio patterns. For basic sound playback see the main dragonruby skill.

Audio API Overview

Audio is controlled via args.audio (a persistent hash) and args.outputs.sounds (fire-and-forget).

# One-shot (auto-removed on completion)
args.outputs.sounds << 'sounds/coin.wav'
args.outputs.sounds << { path: 'sounds/hit.wav', gain: 0.5 }
Installs
5
GitHub Stars
2
First Seen
Mar 9, 2026
dragonruby-audio — nitemaeric/dragonruby-skills