go.mod (478B)
1 module git.sr.ht/~jackmordaunt/nativeaudio 2 3 go 1.21 4 5 require ( 6 github.com/ebitengine/oto/v3 v3.2.0 7 golang.org/x/sys v0.19.0 8 ) 9 10 require github.com/ebitengine/purego v0.7.1 // indirect 11 12 // v1.0.0 went out before the API had settled. It still exposed the 13 // package-level Start, End, Load, Decode and Play that v1.1.0 replaces 14 // with a Decoder value, and it decoded 24-bit sources to 24-bit rather 15 // than the s16le the package documents. Nothing depended on it. 16 retract v1.0.0