Re: Using CoreAudio from a kext
Re: Using CoreAudio from a kext
- Subject: Re: Using CoreAudio from a kext
- From: Jeff Moore <email@hidden>
- Date: Mon, 13 Aug 2001 11:28:07 -0700
on 8/12/01 10:52 AM, James Farwell <email@hidden> wrote:
>
I am currently attempting to write a kext in which I would like to use some
>
of the CoreAudio API calls. I am having some trouble with the fact that
>
kexts have to be linked statically, but in order to use FrameWorks I need to
>
link dynamically. Does anyone have any idea how I might get around this and
>
still use a kext? For instance, is there anyway I can use a seperate
>
library for the CoreAudio calls and somehow interface between this library
>
and the kext? Thanks a bunch.
None of the Core Audio APIs are available code running in the kernel. They
are user land only.
--
Jeff Moore
Core Audio
Apple