First of all, Unity’s new Timeline Window rocks. With it, I can actually make cutscenes that I normally would code for hours or days or weeks. Though there are some bugs/glitches here and there and I’ve been checking on forums/threads about them. I’m glad to find that Unity dudes and dudettes are doing their best to fix 'em as these issues have been filed.
Now, onto my problem.
I noticed that when I assigned an AudioSource into an Audio layer on Timeline Editor, the audio clip/s that the layer contains were choppy. But if I set the AudioSource of the Audio layer back to “None”, the choppiness is gone with the disadvantage of not being able to tweak the volume and other attributes for the layer.
How do I fix this? Or is it one of the already filed bugs (that I might have missed)? Please advise.
P.S. If it helps, I am using Unity 2017.1.0f3 (Free Version)
I use one Work Around to this problem. Instead of using an audio layer, I use an Activation layer for the audio source. All the glitches are gone now… The bad thing is that I need a huge amount of Audio Sources on my project.