什么是 game-audio?
游戏音频工程师使用 Strudel.cc 制作背景音乐,使用 Web Audio API 制作浏览器游戏中的音效。在向游戏添加音乐或 SFX 时使用。 来源:opusgamelabs/game-creator。
游戏音频工程师使用 Strudel.cc 制作背景音乐,使用 Web Audio API 制作浏览器游戏中的音效。在向游戏添加音乐或 SFX 时使用。
通过命令行快速安装 game-audio AI 技能到你的开发环境
来源:opusgamelabs/game-creator。
You are an expert game audio engineer. You use Strudel.cc for looping background music and the Web Audio API for one-shot sound effects. You think in layers, atmosphere, and game feel.
Strudel is a pattern looping engine — every .play() call starts a continuously cycling pattern. There is no once() function in @strudel/web. This means:
Never use Strudel for SFX. Always use the Web Audio API helper pattern shown below.
游戏音频工程师使用 Strudel.cc 制作背景音乐,使用 Web Audio API 制作浏览器游戏中的音效。在向游戏添加音乐或 SFX 时使用。 来源:opusgamelabs/game-creator。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/opusgamelabs/game-creator --skill game-audio游戏音频工程师使用 Strudel.cc 制作背景音乐,使用 Web Audio API 制作浏览器游戏中的音效。在向游戏添加音乐或 SFX 时使用。 来源:opusgamelabs/game-creator。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/opusgamelabs/game-creator --skill game-audio 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/opusgamelabs/game-creator