Re: Still having problems with ac3 in DVD Player
Re: Still having problems with ac3 in DVD Player
- Subject: Re: Still having problems with ac3 in DVD Player
- From: Chris Thomas <email@hidden>
- Date: Wed, 10 Aug 2005 21:07:04 -0700
On Aug 10, 2005, at 10:08 AM, Fabian Renn wrote:
srcBuf = &( ( ( SInt16 * ) mixBuf )[firstSampleFrame *
streamFormat->fNumChannels] );
AC-3 is non-mixable. You want:
srcBuf = ( SInt16 * ) mixBuf;
Chris
_______________________________________________
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