copying mono to stereo channel or aurioTouch example to stereo
copying mono to stereo channel or aurioTouch example to stereo
- Subject: copying mono to stereo channel or aurioTouch example to stereo
- From: Jakub Koter <email@hidden>
- Date: Thu, 7 Jan 2010 22:17:18 -0500
- Z-usanet-msgid: XID543oaHDRT3472X40
I am playing around with the aurioTouh example and the input from the micropone is coming in mono and going out in mono. How could i route it to stereo channel. I looked around and someone suggested copying 1 channel to the other, but i am fairly new to AU
AudioComponentDescription desc; desc.componentType = kAudioUnitType_Output; desc.componentSubType = kAudioUnitSubType_RemoteIO; desc.componentManufacturer = kAudioUnitManufacturer_Apple; desc.componentFlags = 0; desc.componentFlagsMask = 0;
AudioComponent comp = AudioComponentFindNext(NULL, &desc);
Please help
Thanks |
_______________________________________________
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