Search Unity

How does the Audio Thread affect Main Thread?

Discussion in 'General Discussion' started by dvalles, Oct 14, 2019.

  1. dvalles

    dvalles

    Joined:
    Nov 15, 2014
    Posts:
    11
    Quick question here: How does the Audio Thread affect the Main Thread?

    My intuition would be that if the audio thread takes less time than the main thread it won't affect ms per frame at all. The profiler presents the audio thread as if it's doing the work in the background and that it doesn't have anything to do with the main thread, but empirically it affects it very severely. If someone could shed some light on this it would be great!
     

    Attached Files:

    justtime likes this.
  2. justtime

    justtime

    Joined:
    Oct 6, 2013
    Posts:
    424
    Bump to this question. I don't use audio at all