[LAU] Library for simple audio programming

Bill Schottstaedt bil at ccrma.Stanford.EDU
Thu Jan 17 14:48:58 UTC 2013


Here's my entry in this contest:

(call-with-output-file "test.ascii" (lambda (p) 
  (let ((r (make-readin "filename.wav")))
    (do () ((= (mus-location r) (mus-length r)))
      (format p "~A~%" (r))))))

In the Scheme community this code would be
considered heavily commented.



More information about the Linux-audio-user mailing list