• 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: Matt Ingalls <email@hidden>
  • Date: Thu, 30 Dec 2004 13:52:00 -0800

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:
email@hidden


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>
References: 
 >AudioFileTools in CoreAudo SDK 1.3.3 (From: Takeshi Enomoto <email@hidden>)
 >Re: AudioFileTools in CoreAudo SDK 1.3.3 (From: Takeshi Enomoto <email@hidden>)
 >Re: AudioFileTools in CoreAudo SDK 1.3.3 (From: Takeshi Enomoto <email@hidden>)
 >Re: AudioFileTools in CoreAudo SDK 1.3.3 (From: Richard Dobson <email@hidden>)

  • Prev by Date: Re: PlayAudioFile
  • Next by Date: Must MIDIRestart() be called from the main thread?
  • Previous by thread: Re: AudioFileTools in CoreAudo SDK 1.3.3
  • Next by thread: Re: AudioFileTools in CoreAudo SDK 1.3.3
  • Index(es):
    • Date
    • Thread