Re: AudioConverter problems...
Re: AudioConverter problems...
- Subject: Re: AudioConverter problems...
- From: email@hidden
- Date: Wed, 16 Oct 2002 17:21:15 +0100
Hi James,
The bytes per packet was the problem! The ANDing was just a typo :)
Thanks!
-- John
sourceFormat.mFormatFlags = kAudioFormatFlagIsBigEndian |
kAudioFormatFlagIsFloat ;
sourceFormat.mBytesPerPacket = 8;
mBytesPerPacket should equal mBytesPerFrame for LPCM.
and ANDing the flags together is usually not a good idea ;)
_______________________________________________
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.