Message: 7
Date: Mon, 4 Aug 2008 13:42:11 +0200 (CEST)
From: "Khamba Staring" <email@hidden>
Subject: Re: AudioConverter.h
To: email@hidden
Message-ID:
<email@hidden>
Content-Type: text/plain;charset=iso-8859-1
Hello Gavin,
On OSX, you can use ExtAudioFile to open a file and have it
converted into
another format. What do you mean by only having AudioFile.h ?
ExtAudioFile
should be on every OSX install.
Alternatively you can use AudioFile & AudioQueue (Leopard, iP) to
render
audio using AudioQueueOfflineRender(); this call can convert
compressed
audio into a PCM format. If you have it working, please tell me how
you
did it! ;)
Regards,
Khamba Staring