finally a working libao-async racket backend
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@
|
||||
(bytes-per-sample-all-channels (* channels bytes-per-sample))
|
||||
(duration (hash-ref buf-info 'duration))
|
||||
(cond-seek (λ ()
|
||||
(when (= (round current-seconds) 10)
|
||||
(when (>= (round current-seconds) 10)
|
||||
(when (and (= current-file-id 3) (not seeked))
|
||||
(set! seeked #t)
|
||||
(let ((perc (exact->inexact (* (/ (- duration 15) duration) 100.0))))
|
||||
|
||||
Reference in New Issue
Block a user