feat(go/audio): implement basic audio output with oto

splitting implementation into a separate package to potentially allow for other sorts of output, too.
This commit is contained in:
Matias Lahti
2020-11-07 19:22:59 +02:00
parent 41ce5d1efe
commit fa772ddd77
5 changed files with 132 additions and 0 deletions

2
go.mod
View File

@ -1,3 +1,5 @@
module github.com/vsariola/sointu
go 1.15
require github.com/hajimehoshi/oto v0.6.6