Re: CoreAudio — AudioUnit and AudioUnitExter nalBuffer

2008-11-09 Thread Yoann Gini
Thank for your answer, I try now on the coreaudio list. I've hope that someone have the answer here. Thanks Le 9 nov. 08 à 17:56, Michael Ash a écrit : On Sun, Nov 9, 2008 at 4:20 AM, Yoann Gini <[EMAIL PROTECTED]> wrote: Hi folks, For a project I need to use AudioUnit with an Aud

Re: CoreAudio — AudioUnit and AudioUnitExter nalBuffer

2008-11-09 Thread Michael Ash
On Sun, Nov 9, 2008 at 4:20 AM, Yoann Gini <[EMAIL PROTECTED]> wrote: > Hi folks, > >For a project I need to use AudioUnit with an AudioUnitExternalBuffer > with special size. But I haven't in documentation how use this buffer. > Someone know how I can say to my AudioUnit "hey guy, use this

CoreAudio — AudioUnit and AudioUnitExternalBuf fer

2008-11-09 Thread Yoann Gini
Hi folks, For a project I need to use AudioUnit with an AudioUnitExternalBuffer with special size. But I haven't in documentation how use this buffer. Someone know how I can say to my AudioUnit "hey guy, use this special buffer!". (I've already set the property kAudioUnitProperty_ShouldA

Re: CoreAudio / AudioUnit

2008-03-25 Thread John C. Randolph
On Mar 24, 2008, at 10:30 PM, Alex ROUGE wrote: Hi everybody. I guess it's not the best place to put my request but perhaps you can help with a CoreAudio / AudioUnit question. Try here: http://lists.apple.com/mailman/listinfo/coreaudio-api Cocoa-dev is a pretty high-volume list

CoreAudio / AudioUnit

2008-03-24 Thread Alex ROUGE
Hi everybody. I guess it's not the best place to put my request but perhaps you can help with a CoreAudio / AudioUnit question. I have an application, working fine at the moment, generating an audio buffer and send it to CoreAudio. To do so I had to implement a call back and so on.