Re: AudioConverter Mono issue
Re: AudioConverter Mono issue
- Subject: Re: AudioConverter Mono issue
- From: James McCartney <email@hidden>
- Date: Mon, 14 Jul 2003 12:01:44 -0700
If you change mChannelsPerFrame then you have to change
mBytesPerPacket, mBytesPerFrame as well.
If you use the SDK C++ wrapper class, the ChangeNumberChannels() method
will do this for you.
On Monday, July 14, 2003, at 4:09 AM, Benedict Singer wrote:
// change description according to requirements
descriptionActual = description;
description.mChannelsPerFrame = pcmValues[0];
_______________________________________________
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.