The duration and start time for audio strips were not correctly read in audaspace.
Some codecs have a "lead in" section of audio that shouldn't be played back but only used to "warm up" the decoder.
Before this patch, we would play this lead in audio and thus the audio would not be in sync anymore.
Now the audio starts when the video starts and the duration should be correctly calculated with this in mind.


