{
  "classes": [
    {
      "constants": [],
      "types": [],
      "name": "@eryx/gfx/sound",
      "tags": [],
      "functions": [],
      "properties": [],
      "source": {
        "path": "",
        "line": 0
      },
      "desc": "Audio loading and playback via miniaudio.\n\n```luau\nlocal sound = require(\"@eryx/gfx/sound\")\nsound.init()\nlocal sfx = sound.load(\"click.wav\")\nsfx:play()\n```\n\nThe returned Sound object has methods like :play(), :stop(),\n:setVolume(), :setCursor(), :getCursor(), :getDuration()\nprovided by the native metatable.\n"
    }
  ]
}