Re: Frame size?
Re: Frame size?
- Subject: Re: Frame size?
- From: Jeff Moore <email@hidden>
- Date: Fri, 19 Apr 2002 14:19:27 -0700
on 4/19/02 1:58 PM, Jeremy@Verizon <email@hidden> wrote:
>
What is the proper way to set an audio device's frame size?
>
>
Do I need to make a kAudioDevicePropertyBufferFrameSize call for both input
>
and output?
The IO buffer size is the same for input and output, so you only need to set
it once per device.
>
This call seems to create unstableness in my app (I am sure it is something
>
I am doing).
>
>
err = AudioDeviceSetProperty(theID , 0, 0,
>
true, kAudioDevicePropertyBufferFrameSize,
>
sizeof(UInt32), &myCompletionSize);
What kind of unstableness are you seeing?
--
Jeff Moore
Core Audio
Apple
_______________________________________________
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.
References: | |
| >Frame size? (From: "Jeremy@Verizon" <email@hidden>) |