-
This commit is contained in:
@@ -73,9 +73,11 @@
|
||||
(displayln meta))
|
||||
|
||||
(define (play)
|
||||
(set! ao-h #f)
|
||||
(let ((flac-h (flac-open test-file3 flac-meta flac-play)))
|
||||
(flac-read flac-h)
|
||||
(ao-close ao-h)))
|
||||
(ao-close ao-h)
|
||||
(set! ao-h #f)))
|
||||
;(sleep 1.0)
|
||||
;(play)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user