mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-24 00:53:35 -05:00
refactor(go): Move everything from go4k to root package sointu
This commit is contained in:
6
audio/player.go
Normal file
6
audio/player.go
Normal file
@ -0,0 +1,6 @@
|
||||
package audio
|
||||
|
||||
type Player interface {
|
||||
Play(buffer []float32) (err error)
|
||||
Close() error
|
||||
}
|
||||
Reference in New Issue
Block a user