node type change results in no output with multichannel
node type change results in no output with multichannel
- Subject: node type change results in no output with multichannel
- From: Michael Hanna <email@hidden>
- Date: Sun, 22 Jan 2006 22:04:08 -0800
made an AUGraph as such: output -- varispeed -- fileplayer
and simply changed
// varispeed AU node
AUNode timepitchNode;
cd.componentType = kAudioUnitType_FormatConverter;
cd.componentSubType = kAudioUnitSubType_Varispeed;
to:
// varispeed AU node
AUNode timepitchNode;
cd.componentType = kAudioUnitType_FormatConverter;
cd.componentSubType = kAudioUnitSubType_TimePitch;
(and renamed the corresponding variables)
and it seems that multichannel audio does not give output anymore
(mono and stereo work fine).
the entire code section can be found at:
http://rafb.net/paste/results/vBRN1u55.html
Michael
_______________________________________________
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