v0.1.0 initial commit

This commit is contained in:
2026-07-15 01:28:56 -04:00
commit 874abee663
35 changed files with 3486 additions and 0 deletions
+7
View File
@@ -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{} }