AudioConverterNew unknown error
AudioConverterNew unknown error
- Subject: AudioConverterNew unknown error
- From: "Malcolm Haylock" <email@hidden>
- Date: Sun, 26 Sep 2004 16:54:58 -0500 (CDT)
- Importance: Normal
Hi All,
I'm receiving error no. 29759 when I try to create a new audio converter
between two formats with identical fields apart from mFormatFlags. The
source and destination fields are:
mSampleRate=44100.0
mFormatID=lpcm
mFormatFlags=
source:
kLinearPCMFormatFlagIsSignedInteger |
kLinearPCMFormatFlagIsBigEndian |
kLinearPCMFormatFlagIsPacked;
destination:
kAudioFormatFlagIsNonInterleaved |
kAudioFormatFlagIsPacked |
kAudioFormatFlagIsBigEndian |
kLinearPCMFormatFlagIsFloat
mBytesPerPacket=32
mFramesPerPacket=1
mBytesPerFrame=32
mChannelsPerFrame=8
mBitsPerChannel=32
mReserved=0
All works fine when I remove the kAudioFormatFlagIsNonInterleaved flag
from the destination.
What is error 29759 and why is this happenning?
Thanks,
Malcolm Haylock
_______________________________________________
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