Re: How to route channels from SynthUnit to a multi-channel device?
Re: How to route channels from SynthUnit to a multi-channel device?
- Subject: Re: How to route channels from SynthUnit to a multi-channel device?
- From: Doug Wyatt <email@hidden>
- Date: Mon, 19 Sep 2005 23:00:09 -0400
On Sep 19, 2005, at 15:32, michael markert wrote:
1. I tried the MatrixMixerExample example from the CoreAudioSDK,
but it needs "CAStreamBasicDescription.h"
...and whenever I add these two files to my project, it doesn't
compile anymore with a bunch of errors:
"error: parse error before "CAStreamBasicDescription": line 71:
class CAStreamBasicDescription :
I must have overlooked some project settings for this case, for it
compiles with the exampleProject?
Do I need dealing with formats, when there's no real I/O but only
Synth-Output?
CAStreamBasicDescription is a C++ class. It looks like you are using
Cocoa/ObjC. Try using ObjC++ by renaming any source files that need
to use C++ to have a filename extension of ".mm".
Doug
--
Doug Wyatt
Core Audio, Apple
_______________________________________________
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