xiph opusfile support and taglib write support.
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@
|
||||
"tests.rkt"
|
||||
)
|
||||
|
||||
(define place-mode #f)
|
||||
(define place-mode #t)
|
||||
|
||||
(define run-queue #f)
|
||||
(define (set-test a)
|
||||
@@ -26,7 +26,7 @@
|
||||
)
|
||||
(sprintf "%02d:%02d" minutes seconds)))
|
||||
|
||||
(define (audio-player-state h st)
|
||||
(define (audio-player-state h s st)
|
||||
(early-return
|
||||
((? (not (audio-play? h)) => 'done))
|
||||
(let* ((f (audio-file h))
|
||||
|
||||
Reference in New Issue
Block a user