Re: Streaming Graph to file
Re: Streaming Graph to file
- Subject: Re: Streaming Graph to file
- From: Doug Wyatt <email@hidden>
- Date: Tue, 7 Mar 2006 12:45:18 -0800
On Mar 7, 2006, at 12:39, Geoff Hufford wrote:
I have the graph exporting out to AIFF 16 bit, and Wave 16/32 bit.
I am
still doing something incorrect for AIFF 32 float. Can you see it
below?
CAStreamBasicDescription AIFF32(44100, kAudioFormatLinearPCM, 8, 1,
8, 2,
32, kAudioFormatFlagIsBigEndian + kAudioFormatFlagIsFloat +
kAudioFormatFlagIsPacked);
AIFF can't contain floats. AIFC can -- that's a distinct file type.
Doug
--
Doug Wyatt
Core Audio, Apple
_______________________________________________
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