Registry / utility / hajimehoshi-oto-v2

hajimehoshi-oto-v2

JSON →
library2.4.2gogounverified

A low-level audio library for Go that plays sound on multiple platforms.

go get github.com/hajimehoshi/oto/v2
INSTALL
IMPORT
SIG · HAJIMEHOSHI-OTO-V2
H
hajimehoshi-oto-v2
utilitygov2.4.2
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/hajimehoshi/oto/v2

Create an audio context for playback.

package main import ( "fmt" "github.com/hajimehoshi/oto/v2" ) func main() { ctx, _, _ := oto.NewContext(44100, 2, 2, 8192) defer ctx.Close() fmt.Println("Audio context created") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Amazon
1
Resources
hajimehoshi-oto-v2 — go get hajimehoshi-oto-v2 · libregistry