{"id":64640,"library":"ebitengine-oto-v3","title":"oto","description":"A low-level audio library for Go, providing cross-platform audio playback.","status":"active","version":"3.4.0","language":"go","source_language":null,"source_url":"https://github.com/ebitengine/oto","tags":["audio","sound","playback","cross-platform"],"install":[{"cmd":"go get github.com/ebitengine/oto/v3","lang":"bash","label":"Install github.com/ebitengine/oto/v3"}],"dependencies":[],"imports":[{"symbol":"oto","correct":"github.com/ebitengine/oto/v3"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/ebitengine/oto/v3\"\n)\n\nfunc main() {\n\tctx, _, err := oto.NewContext(44100, 2, 2, 8192)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer ctx.Close()\n\tplayer := ctx.NewPlayer()\n\tplayer.Play()\n}","lang":"go","description":"Initialize an audio context and create a player."},"warnings":[],"env_vars":null,"search_vec":"'audio':6,14,16 'cross':12,20 'cross-platform':11,19 'go':9 'level':5 'librari':7 'low':4 'low-level':3 'oto':1 'platform':13,21 'playback':15,18 'provid':10 'sound':17","created_at":"2026-06-17T16:58:28.047242+00:00","updated_at":"2026-06-17T16:58:28.047242+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/ebitengine/oto","github":"https://github.com/ebitengine/oto","docs":"https://pkg.go.dev/github.com/ebitengine/oto/v3#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}