Re: Opinions sought: AudioUnit Rendering
Re: Opinions sought: AudioUnit Rendering
- Subject: Re: Opinions sought: AudioUnit Rendering
- From: "Douglas Wright" <email@hidden>
- Date: Tue, 5 Mar 2002 23:19:01 -0800
- Organization: Bias, Inc.
I prefer to have the byte count set to the number of valid samples in the
buffer. The buffer can still be there and full of zeros for units that
don't check. For units that do, units that would be expensive to leave on
and who's authors take the time to figure this out, they can handle 0, or
any other number for that matter, up to the actual size of the buffer. So
if a sampler unit finishes playing back a sample half way through a buffer
and the rest is filled with silence, it can indicate that as well as cases
where the entire buffer is silence.
later,
dug
Douglas Wright - email@hidden
Bias, Inc. -
http://www.bias-inc.com
_______________________________________________
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.