sointu/go.mod
Matias Lahti fa772ddd77 feat(go/audio): implement basic audio output with oto
splitting implementation into a separate package to potentially allow for other sorts of output, too.
2020-11-07 19:33:39 +02:00

6 lines
86 B
Modula-2

module github.com/vsariola/sointu
go 1.15
require github.com/hajimehoshi/oto v0.6.6