feat: full WSL2 audio support and Windows audio stability fix
This commit is contained in:
12
cmd/tui/noise_other.go
Normal file
12
cmd/tui/noise_other.go
Normal file
@@ -0,0 +1,12 @@
|
||||
//go:build !linux
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func redirectStderr(f *os.File) {
|
||||
// No-op on other platforms for now
|
||||
// Windows doesn't have the ALSA noise problem
|
||||
}
|
||||
Reference in New Issue
Block a user