Re: Soft play-thru question
Re: Soft play-thru question
- Subject: Re: Soft play-thru question
- From: email@hidden
- Date: Thu, 05 Jun 2003 15:57:45 -0700
Jean Bovet writes:
>
I would like to implement a soft play-thru to my software and I don't
>
know what is the best way to do that. Currently, I have a ioProc
>
running to capture the sound and would like to send the sound to
>
another device: what should I do, run another ioProc for the output
>
device and share a common buffer to pass the data from the input buffer
>
to the output ? Maybe there is a better way ?
The other option is to call AudioDeviceRead from the ioProc of the
output device. I think this option uses fewer resources.
- sekhar
--
C. Ramakrishnan email@hidden
_______________________________________________
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.