Re: newbie: Loading sample data
Re: newbie: Loading sample data
- Subject: Re: newbie: Loading sample data
- From: Robert Grant <email@hidden>
- Date: Mon, 17 Nov 2003 21:21:03 -0500
Here's the example I wrote up on writing an AIFF file with the handy
AudioFile functions:
http://www.mat.ucsb.edu:8000/CoreAudio/90
Robert.
On Nov 17, 2003, at 8:40 PM, Doug Wyatt wrote:
You could use the functions defined in AudioToolbox/AudioFile.h. These
APIs let you read/write AIFF (and other formats) efficiently and with
a minimum of mess. You probably don't need many more than these:
AudioFileOpen
AudioFileGetPropertyInfo
AudioFileGetProperty
AudioFileSetProperty
AudioFileReadPackets
AudioFileWritePackets
AudioFileClose
Doug
On Nov 16, 2003, at 13:44, Oli Donald wrote:
Hi,
I am writing a tiny terminal application that does batch convolution
of sound files. Everything now works but I have left the audio-file
loading part to last, and getting AIFF loading (and more importantly
saving) to work is a PITA. Does anyone have some source code I can
use to load & save AIFF files, or is there someway to use Quicktime
to get at audio data, from a Terminal application?
Apologies if this is slightly OT for this list.
Thanks,
Oli
_______________________________________________
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.
_______________________________________________
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.