Roll back broken audio, keep notifications.

This commit is contained in:
Storm Dragon
2026-08-12 00:09:48 -04:00
parent c77d4bac3e
commit 847bab8de1
20 changed files with 243 additions and 1053 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ func main() {
fifo := flag.String("fifo", "", "path of a FIFO from which to read commands")
serverSet := false
usernameSet := false
buffers := flag.Int("buffers", 64, "per-user audio buffer count (minimum 3)")
buffers := flag.Int("buffers", 16, "number of audio buffers to use")
profile := flag.Bool("profile", false, "add http server to serve profiles")
noiseSuppressionEnabled := flag.Bool("noise-suppression", false, "enable noise suppression for microphone input")