Re: Writing Virtual Audio Devices
Re: Writing Virtual Audio Devices
- Subject: Re: Writing Virtual Audio Devices
- From: Jeff Moore <email@hidden>
- Date: Thu, 16 Jan 2003 11:36:16 -0800
There isn't any mechanisms to do what you need to do outside of the
kernel. The current HAL plug-in's are there solely for IOAudio family
drivers and don't have access to the IO pipeline.
On Wednesday, January 15, 2003, at 04:30 AM, Alexander Oberdvrster
wrote:
I'm looking for a way to route the audio output of generic
applications over IP. If I understand it correctly, audio output can
usually happen to one of the Devices that a call to
AudioHardwareGetProperty ( kAudioHardwarePropertyDevices, &theSize,
theDeviceList )
returns. Is there a way to get into the list without writing a full
blown Audio Driver? An Audio Driver would be a KEXT with all the ugly
consequences (two machines needed for debugging, memory access
violations cause the OS to crash etc.)
--
Jeff Moore
Core Audio
Apple
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.