• 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: DVCPROHDAudio.plugin freezes at instantiation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DVCPROHDAudio.plugin freezes at instantiation


  • Subject: Re: DVCPROHDAudio.plugin freezes at instantiation
  • From: "Paul Sanders" <email@hidden>
  • Date: Tue, 20 Apr 2010 12:36:26 +0100

> + (void) load
> {
> _MTCoreAudioHardwareDelegate = nil;
> AudioHardwareAddPropertyListener ( kAudioPropertyWildcardPropertyID, _MTCoreAudioHardwarePropertyListener, NULL );
> }
 
I'm not sure how many audio apps would listen on kAudioPropertyWildcardPropertyID.  We don't.  Maybe you can change MTCoreAudio to be a little more selective.  And +load is very early in the life of the app - you need to be sure you are initialised enough to handle any notifications you might receive.  I would do it later, myself.  Also, your stack trace is incomplete.  If there is deadlock between two threads, the stack traces of the other threads (are there any?) may well reveal something.
 
Do you have access to a machine that shows this fault?  If so, you could try running up AudioMonitor.app (as supplied with the MTCoreAudio distribution).  It would be interesting to see if it shows the same fault.
 
Paul Sanders.
http://www.alpinesoft.co.uk
 _______________________________________________
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

References: 
 >DVCPROHDAudio.plugin freezes at instantiation (From: Martin Hairer <email@hidden>)

  • Prev by Date: Re: Capturing currently played audio using CoreAudio on Mac
  • Next by Date: Re: Capturing currently played audio using CoreAudio on Mac
  • Previous by thread: DVCPROHDAudio.plugin freezes at instantiation
  • Next by thread: Re: DVCPROHDAudio.plugin freezes at instantiation
  • Index(es):
    • Date
    • Thread