• 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: quick and dirty way to play some data?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: quick and dirty way to play some data?


  • Subject: Re: quick and dirty way to play some data?
  • From: Marc Poirier <email@hidden>
  • Date: Wed, 16 Feb 2005 16:10:23 -0500

On Feb 16, 2005, at 4:05 PM, Ben Dougall wrote:

thanks very much for that Doug, much appreciated.

i'm the following errors for this part though:

// initialize
verify_noerr(AudioUnitInitialize(outputAU));

// start playing
verify_noerr(AudioOutputUnitStart(outputAU));

ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
_AudioOutputUnitStart
_AudioUnitInitialize
_AudioUnitSetProperty
_FindNextComponent
_OpenAComponent

is this because i'm doing something wrong or are those panther only commands? -- i'm using jaguar.

No, the problem is that you're not linking against the frameworks where those live: AudioUnit.framework and Carbon.framework

Marc

_______________________________________________
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: quick and dirty way to play some data?
      • From: Ben Dougall <email@hidden>
    • Re: quick and dirty way to play some data?
      • From: Doug Wyatt <email@hidden>
References: 
 >Re: quick and dirty way to play some data? (From: Ben Dougall <email@hidden>)

  • Prev by Date: Re: quick and dirty way to play some data?
  • Next by Date: Re: quick and dirty way to play some data?
  • Previous by thread: Re: quick and dirty way to play some data?
  • Next by thread: Re: quick and dirty way to play some data?
  • Index(es):
    • Date
    • Thread