什麼是 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