Re: MusicDevice problems with AUgraph hosts
Re: MusicDevice problems with AUgraph hosts
- Subject: Re: MusicDevice problems with AUgraph hosts
- From: Marc Poirier <email@hidden>
- Date: Tue, 26 Nov 2002 00:34:37 +0100 (CET)
>
my MusicDevice has problems with hosts that utilize AUGraphs, namely
>
RAX and SynthTest (I guess). In SynthTest it produces a very annoying
>
jitter, in RAX it almost blew up my speakers. However it works fine
>
Logic 5.5 (built in audio). Is there anything special related to
>
outBuffers I have to take care of? (I don't write into interleaved
>
buffers, currently)
A v2 AU is not required to be able to process interleaved channels and the
default implementations of things in AUBase reject interleaved is to
reject interleaved streams, so you don't have to worry about that unless
you really want to.
>
I do this in Render():
Why don't you override ProcessBufferLists rather than Render? Let AUBase
do more of the work for you... ;)
Marc
_______________________________________________
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.