mixalot
mixalot copied to clipboard
Loosely-coupled collection of audio libraries in Common Lisp
I am trying to use your mixalot on libao environment. When I called `create-mixer` with unavailable sample rate like `-1`, I saw messages "libao error." are written endlessly. ``` y2q-no-MacBook-Air-3:mixalot$...
Hi, Thank you for making this library. It worked nicely out of the box with linux! For Windows I made some changes: Added libmpg123-0.dll to be loaded. I downloaded libmpg...
`warn` was used in `voribis-stream.lisp`: ``` (unless (= output-rate rate) #+NIL (raise-vorbis-error "Open Ogg Vorbis file" "Sample rate doesn't match requested rate.") (warn "Sample rate doesn't match requested rate: ~:D...