Re: CoreAudio playback issue
Re: CoreAudio playback issue
- Subject: Re: CoreAudio playback issue
- From: Robert Bielik <email@hidden>
- Date: Tue, 09 Nov 2010 08:12:41 +0100
Pascal skrev 2010-11-08 23:47:
Thanks.
My Objective-C calls only do simple calculations. Should I then only do everything in C or C++? Can I still use C++ classes or should everything only be in the callback function ?
Generally you should avoid non-deterministic functions (like some OS stuff, memory allocation etc.etc.), so as long as you don't do that, feel
free to use C++ classes.
/Rob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden