[plt-scheme] (clarification) Looking for Psychology lab applications

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Jan 8 12:45:44 EST 2007

On Jan  4, Wayne Iba wrote:
> To clarify: I am wondering about functions that perhaps would let me
> provide frequency, volume, and duration arguments and would play a
> simple tone (at the given frequency, etc).

BTW, if you're doing that on Linux, you could try to just use the
audio device directly.  The rate at which you need to pump bytes into
the devices should leave plenty of room to compute the numbers in
Scheme.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.