mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-22 23:14:59 -04: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