• 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
ExtAudioFile threading
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ExtAudioFile threading


  • Subject: ExtAudioFile threading
  • From: Dominic Feira <email@hidden>
  • Date: Wed, 3 Jun 2009 17:15:37 -0400

I'd just like some quick clarification on the multi-thread limitations of ExtAudioFile. I realize that I shouldn't call ExtAudioFileRead concurrently on multiple threads. However...

1. Is it safe to create the ExtAudioFile on thread A, but then later read from thread B?
2. Is it safe to use ExtAudioFileSeek on thread A, but then later read form thread B?
3. Is it safe to call ExtAudioFileRead on thread A and later ExtAudioFileRead on thread B as long as thread A and B aren't concurrent?


Or should *all* access to the ExtAudioFile, including opening, be on one thread? If I later need to access from another thread, should I open another ExtAudioFile?

I'm running into some weird issues and I want to make sure that the threading is handled correctly.

Dominic Feira / Code Monkey / Ambrosia Software, Inc. -- http://www.AmbrosiaSW.com

_______________________________________________
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: ExtAudioFile threading
      • From: Doug Wyatt <email@hidden>
  • Prev by Date: AU Lab doesn't let me choose an audio input device
  • Next by Date: Re: ExtAudioFile threading
  • Previous by thread: Re: AU Lab doesn't let me choose an audio input device
  • Next by thread: Re: ExtAudioFile threading
  • Index(es):
    • Date
    • Thread