Re: writing aiff file to disk
Re: writing aiff file to disk
- Subject: Re: writing aiff file to disk
- From: Philippe Wicker <email@hidden>
- Date: Fri, 9 Jan 2004 08:02:49 +0100
On Friday, January 9, 2004, at 05:48 AM, john wrote:
Hi Jeff,
What I personally feel like is missing is straight forward sample code
using the AudioFile API with an audio converter. I feel like the
PlayAudioFile example code is, at least with a quick glance, too
intertwined with the various C++ classes used to be simple and quickly
understood. Granted, I haven't put much effort into looking through
the sample, but that's sort of my point :)
There is a nice simple sample emoing the use of the converter and some
parts of the AudioFile API. It's called PalyAudioFileLight and is
available at:
http://developer.apple.com/samplecode/Sample_Code/Core_Audio/
PlayAudioFileLite.htm
The project needs Xcode to be opened.
Though maybe I'm off base here since I'm not really familiar with
using the API.
-- John
There's nothing hidden about the AudioFile API. IIRC, it's been
available since Jaguar. It is described in
<AudioToolbox/AudioFile.h>. As for sample code,
/Developer/Examples/CoreAudio/Services/PlayAudioFile is probably the
best place to start. Plus, just about all our sample code that deals
with files uses the AudioFile API.
_______________________________________________
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.
Philippe Wicker
email@hidden
_______________________________________________
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.