faster/better cd audio playback
faster/better cd audio playback
- Subject: faster/better cd audio playback
- From: "Emmanuel Verlynde" <email@hidden>
- Date: Mon, 12 Jul 2004 17:08:35 +0200
- Organization: Opendisc
Hi,
I don't know how resolve a problem...
I've build an audio cd player based on coreaudio callback, this work fine.
But, some times, sound crashes and interrupt because i launch
an other application, etc.
I read 8*1024*sizeof(float) buffer size at once, and i try to increase this to
8*2048, 8*1536, ... this doesn't work... AudioDeviceSetProperty
for kAudioDeviceProperyBufferSize failed and return error code.
Can i give greater buffer or more buffers? and how proceed?
Thanks.
_______________________________________________
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.