v0.1.0 initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//go:build !linux
|
||||
|
||||
package audio
|
||||
|
||||
// NewEngine returns the silent engine on platforms without a backend
|
||||
// (FreeBSD path pending: sndio/OSS)
|
||||
func NewEngine() Engine { return nullEngine{} }
|
||||
Reference in New Issue
Block a user