Re: small buffer size
Re: small buffer size
- Subject: Re: small buffer size
- From: David Duncan <email@hidden>
- Date: Sun, 16 May 2004 16:35:32 -0400
On May 16, 2004, at 10:43 AM, Mark's Studio wrote:
So it's all ways the host that decides the buffer size (unless it's
friendly),
a lot of the hosts i've tried gives me the size if i use
SetMaxFramesPerSlice(32);
Then your lucky with your hosts. There is no reason why a host wouldn't
choose to process more than 512 samples per slice either, and your AU
should be prepared.
i tried to split up the buffer but i could not get the timing right
without blocking, so i did it the other way around
asking for the smallest buffer i needed.
are there any examples of splitting up the buffer and have the right
timing?
What are you trying to do that requires you to keep accurate timing?
What your doing will go a long way to us being able to help you.
--
Reality is what, when you stop believing in it, doesn't go away.
Failure is not an option. It is a privilege reserved for those who try.
David Duncan
_______________________________________________
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.