shorten buffer to 100ms

This commit is contained in:
2026-05-07 14:25:43 +02:00
parent a30111ecf5
commit b668bc5bda
+1 -1
View File
@@ -160,7 +160,7 @@
#:mutable #:mutable
) )
(define ao-buf-ms 500) ;; Playback buffer of 0.5s (define ao-buf-ms 50) ;; Playback buffer of 0.5s
(define (get h ms-wait) (define (get h ms-wait)
(let ((el (if (<= ms-wait 0) (let ((el (if (<= ms-wait 0)