# ebitengine/oto

♪ A low-level library to play sound on multiple platforms ♪

Repository: https://github.com/ebitengine/oto
Canonical: https://ross.abutalabs.com/products/oto
Language: Go
License: Apache-2.0
License Family: permissive
Topics: go, golang, audio, sound
Last push: 2026-08-24T16:47:35+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 74, longevity 100
- inputs: {"age_days": 3408, "days_push": 9, "days_rel": 18, "gap_med": 180, "n_releases_24m": 6}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1948, forks 152 (observed 2026-08-28T04:05:58.010533+00:00)

## What it is
Oto is a low-level Go library for playing sound across many platforms, including Windows, macOS, Linux, mobile, WebAssembly, and even game consoles. It provides a single audio Context from which any number of Players read PCM bytes from io.Readers and play them.

## Use cases
- play sound effects in a Go game
- play an mp3 file from memory in Go
- stream audio from a file in a cross-platform Go app
- add audio output to a Go mobile app
- play audio in a WebAssembly Go application

## When to choose
- you need cross-platform audio playback in Go with minimal dependencies
- you want no-Cgo audio on desktop platforms
- you are building a game or multimedia app with Ebitengine or similar

## When to avoid
- you need high-level audio features like mixing, effects, or decoding many formats
- you need audio recording or capture, not just playback
- you are not using Go

## Facets
- artifact type: library
- maturity: active
- function: audio-processing
- domain: cross-platform
- platform: windows, wasm, go, cross-platform
- tags: sound-playback, audio-output, game-audio, no-cgo, audio, game-development, linux, macos, android, ios

## Member repositories
- ebitengine/oto (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:58.010533+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:06:58.971746+00:00, confidence not recorded.
  - readme: https://github.com/ebitengine/oto (fetched 2026-08-28T04:05:58.010533+00:00, sha 9b020b7964cb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
