Writing Virtual Audio Devices
Writing Virtual Audio Devices
- Subject: Writing Virtual Audio Devices
- From: Alexander Oberdörster <email@hidden>
- Date: Wed, 15 Jan 2003 13:30:35 +0100
- Resent-date: Thu, 16 Jan 2003 14:44:30 +0100
- Resent-from: Alexander Oberdörster <email@hidden>
- Resent-message-id: <2581052A-2885-11D7-AE49-00039357FA76@uni-duesseldorf .de>
- Resent-to: email@hidden
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.)
Alexander Oberdvrster
_______________________________________________
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.