Search Issue Tracker
Won't Fix
Votes
1
Found in
2019.4.39f1
2020.3.21f1
2021.3.0f1
2022.1.0a13
2022.2.0a13
2023.1.0a24
2023.2.0a1
Issue ID
UUM-397
Regression
Yes
Audio popping is heard when playing back a sound through Timeline and the Audio Playable Asset has "Loop" enabled
How to reproduce:
1. Open the user-submitted project
2. Open the scene "SampleScene" and enter Play mode (Assets/Scenes/SampleScene.unity)
3. In the Game view, press the button labeled "Loop, bug"
Expected result: A sound is played back properly
Actual result: A sound is played back with a popping glitch at the end
Reproducible with: 2019.4.25f1, 2019.4.32f1, 2020.3.21f1, 2021.1.27f1, 2021.2.0b17, 2022.1.0a13
Not reproducible with: 2019.4.24f1
Note: The button may need to be pressed up to 10 times to reproduce the issue
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Element name field has no character limit in UI Builder
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
Resolution Note:
The timing machinery that runs the timeline is not accurate enough to accommodate audio sequencing tasks that require full sample accuracy. Unfortunately looping a clip an exact amount of times falls into this category. We've tried to implement various workarounds to fix the issue described in this bug report, but none were satisfactory. The underlaying problem is that the timeline does all scheduling on the main thread which is not accurate.