Re: Save PCM Stream to AIFF File (was How to play RAW PCM data using CA?)
Re: Save PCM Stream to AIFF File (was How to play RAW PCM data using CA?)
- Subject: Re: Save PCM Stream to AIFF File (was How to play RAW PCM data using CA?)
- From: tahome izwah <email@hidden>
- Date: Mon, 27 Apr 2009 18:25:50 +0200
2009/4/26 malcom <email@hidden>:
>
> I've tried to save the file using AudioFileCreate() (to create the
> file itself) and AudioFileSetUserData() to fill up with my samples.
AudioFileSetUserData() stores chunks of private data that you might
want to store along with your audio samples. Players will usually skip
that data so this is not the proper way to do this.
You will want to use ExtAudioFileWrite() et al. to write your PCM data.
--th
_______________________________________________
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