AudioComponent position property doesn't match audio
I'm trying to use the `position` property of `AudioComponent` to drive some visual effects that are timed to match a music clip, but `position` doesn't seem to line up with the actual audio very well. I recorded a demo I made with just a tone and the `position` value on screen and I found that the actual audio in the recording doesn't start until the `position` on screen is at around 500ms. The exact mismatch is different in Lens Studio vs previewing it on my phone (around 200-500ms). It feels like there's a bit of a delay after calling `play` before the audio actually starts playing, but that's not reflected in the `position` value, which starts going up immediately. Am I making a mistake or is `position` just not very accurate?