Registry / utility / ebitengine-oto-v3

ebitengine-oto-v3

JSON →
library3.4.0gogounverified

A low-level audio library for Go, providing cross-platform audio playback.

go get github.com/ebitengine/oto/v3
INSTALL
IMPORT
SIG · EBITENGINE-OTO-V3
E
ebitengine-oto-v3
utilitygov3.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

oto
github.com/ebitengine/oto/v3

Initialize an audio context and create a player.

package main import ( "github.com/ebitengine/oto/v3" ) func main() { ctx, _, err := oto.NewContext(44100, 2, 2, 8192) if err != nil { panic(err) } defer ctx.Close() player := ctx.NewPlayer() player.Play() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
ebitengine-oto-v3 — go get ebitengine-oto-v3 · libregistry