Finally tracked down and fixed the problems with buffers.

This commit is contained in:
Storm Dragon
2026-08-11 20:50:58 -04:00
parent 0f34831c5b
commit c77d4bac3e
4 changed files with 10 additions and 3 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", 16, "per-user audio buffer count (minimum 3)")
buffers := flag.Int("buffers", 64, "per-user audio buffer count (minimum 3)")
profile := flag.Bool("profile", false, "add http server to serve profiles")
noiseSuppressionEnabled := flag.Bool("noise-suppression", false, "enable noise suppression for microphone input")