shorten buffer to 100ms
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user