libao backend no longer necessary, all playing done via ao-play-async
This commit is contained in:
@@ -35,8 +35,7 @@
|
||||
(duration (hash-ref frame 'duration))
|
||||
)
|
||||
(when (eq? ao-h #f)
|
||||
(let ((fmt (ao-mk-format bits-per-sample rate channels 'big-endian)))
|
||||
(set! ao-h (ao-open-live #f fmt))))
|
||||
(set! ao-h (ao-open-live bits-per-sample rate channels 'big-endian)))
|
||||
;(displayln 'ao-play)
|
||||
(ao-play ao-h second duration buffer buf-len 'flac)
|
||||
;(displayln 'done)
|
||||
|
||||
Reference in New Issue
Block a user