Re: PlayThru (was: AudioUnit for default input device)
Re: PlayThru (was: AudioUnit for default input device)
- Subject: Re: PlayThru (was: AudioUnit for default input device)
- From: John Lazzaro <email@hidden>
- Date: Wed, 21 Nov 2001 14:03:21 -0800
>
james mccartney writes:
>
The question is does this API really work in OSX?
Note I wrote:
>
If someone out there is planning to write a kext
^^^^^^^^^^^^
I.e. you'd need to write this API yourself, as a kernel extension --
since Kext's run in supervisor mode in the kernel's address space,
locking memory is possible. See:
http://www.opensource.apple.com/projects/documentation/howto/html/KEXT_Tutorials/About_KEXT.html
for details. The only reason I posted was to make the point: if you're
going to go through the effort to write a kernel extension to do this,
please consider writing an extension that implements the POSIX API,
instead of inventing a new one.
-------------------------------------------------------------------------
John Lazzaro -- Research Specialist -- CS Division -- EECS -- UC Berkeley
lazzaro [at] cs [dot] berkeley [dot] edu www.cs.berkeley.edu/~lazzaro
-------------------------------------------------------------------------