• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AudioFileTools in CoreAudo SDK 1.3.3
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AudioFileTools in CoreAudo SDK 1.3.3


  • Subject: Re: AudioFileTools in CoreAudo SDK 1.3.3
  • From: Luke Bellandi <email@hidden>
  • Date: Mon, 3 Jan 2005 10:23:43 -0800

Apologies on this oversight. And yes, we're all just getting back from vacation ourselves =)

Since MAC_OS_X_VERSION_10_4 is not defined, please modify the #if block in CAAudioFile.h to include the contents of the "#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_4" block, and remove the related "#else" block.

If you continue to have problems, please see http://developer.apple.com/qa/qa2004/qa1386.html

Luke


On Dec 30, 2004, at 1:52 PM, Matt Ingalls wrote:

i didn't speak up at the time but i have been waiting for fix to this too!

here are the errors i am seeing in our project
with  CW 9.3, CoreAudio SDK v1.3.3,  OS 10.3.7

CAAudioFile.h
	[ line 59 ]  no  MAC_OS_X_VERSION_10_4 defined!
		#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_4
	[ line 65 ] comma in enum misplaced:
			kExtAudioFileError_InvalidChannelMap,		= -66564

CAAudioFile.cpp
[ line 597 ] undefined identifier 'kAudioConverterPropertySettings'
kAudioConverterPropertySettings, &propertySize, &plist); if (_err) { throw CAXException( "get co;


[ line 707 ] undefined identifier 'kExtAudioFileError_InvalidSeek'
= kExtAudioFileError_InvalidSeek; throw CAXException( "seek to packet in audio file", _err); } } ;


[ line 750 ] undefined identifier 'kExtAudioFileError_InvalidSeek'
= kExtAudioFileError_InvalidSeek; throw CAXException( "seek to frame in audio file", _err); } } w;



CAComponentDescription.h
[ line 128 ] undefined identifier 'kAudioConverterPropertySettings'
SetConverterProperty(kAudioConverterPropertySettings, sizeof(config), &config); }



CAAUProcessor.cpp
[ line 175 ] undefined identifier 'kAudioUnitProperty_OfflineRender'
mUnit.SetProperty (kAudioUnitProperty_OfflineRender, kAudioUnitScope_Global, 0, &isOffline, sizeof(isOffline));



CAChannelMappingPlayer.cpp
[ line 152 ] illegal access from 'CAChannelMappingPlayer' to protected/private member 'CAAudioFilePlayer::InputProc(void *, unsigned long *, const AudioTimeStamp *, unsigned long, unsigned long, AudioBufferList *)'
input.inputProc = InputProc;



-m

On Dec 29, 2004, at 2:50 AM, Richard Dobson wrote:

You are now the third person to ask about this (I discovered I was the second!), in the space of a few months; so far, no answer has been forthcoming, so I also am unable to build one of the soundfile play examples supplied with Xcode 1.5. For whatever reason, it seems that nobody from Apple has any answer to this. As this involves Apple-supplied examples, one would have thought this would have at least some degree of importance, but there is no sign of that yet. So the only suggestion I have is a negative one, to try to get on with something else. In my case that largely means going back to Windows programming, VC++ and the Windows SDK, in wich ~all~ the examples build and run!



Richard Dobson

Takeshi Enomoto wrote:

A compiling problem of AudioFileTools remains.
I had to comment out several places in CAAudioFile.cpp since those constants are not found.
kExtAudioFileError_InvalidSeek
kAudioConverterPropertySettings
I will appreciate any suggestions.


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40sonomatics.com


This email sent to email@hidden


_______________________________________________ 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
_______________________________________________
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


  • Follow-Ups:
    • Re: AudioFileTools in CoreAudo SDK 1.3.3
      • From: Richard Dobson <email@hidden>
  • Prev by Date: Re: KMIDIPropertyIsEmbeddedEntity
  • Next by Date: Re: [OT] can anyone direct me to a good audio DSP forum?
  • Previous by thread: Re: Sysex dump problem
  • Next by thread: Re: AudioFileTools in CoreAudo SDK 1.3.3
  • Index(es):
    • Date
    • Thread