audio player with place/threads and channels

This commit is contained in:
2026-05-13 22:50:51 +02:00
parent d298b411a5
commit 3c18e75cf6
6 changed files with 730 additions and 159 deletions
+1 -1
View File
@@ -197,7 +197,7 @@
;; Playback buffer to send to libao in milliseconds
;; -------------------------------------------------------------------------
(define ao-buf-ms 350) ;; Playback buffer of 0.35s
(define ao-buf-ms 150) ;; Playback buffer of 0.15s
(define (ao-playback-buf-ms)
ao-buf-ms)