1

This preparation method returns BOOL on success and audio files are heavy to load. I suppose it is not a good idea to do this on the main thread. So is it fine to call this in the background and report to the main queue when this method returns?

openfrog
  • 40,201
  • 65
  • 225
  • 373

1 Answers1

2

It is fine to do that, i am doing that in a project of mine for the same reasons.

Kris Gellci
  • 9,539
  • 6
  • 40
  • 47