tl;dr: The Audio (WASAPI) Feeder isn't doing anything; it's just sitting idle. Something else is using the time and, spoiler alert: it's the GPU.
Here are the steps:
- Ensure that GPU profiling is enabled
- If GPU profiling gives you an error like, "GPU profiling is not supported by the graphics card driver," then enable "Graphics Jobs (Experimental)" in the player settings (details later)
- Re-run with the GPU profiling enabled.
- Notice that, in the GPU profiler, the rendering is what's taking all the time.
For me, I am developing on a laptop with a mobile version of an nVidia card, which seems like might be the reason for the GPU profiling error, and then I'm guessing that error is why GPU wasn't listed with the other profilers.
I noticed that "Other" took all the time in the GPU, but I realized later that "Other" is the editor, because I was using the Scene window to move around the scene. When I clicked over to the Game window and moved the player camera through the scene then the GPU rendering went from "Other" to "Opaque."
Finally, here's where the Graphics Jobs (Experimental) setting is located:
