Search Issue Tracker
Fixed
Fixed in 2021.3.41f1, 2022.3.38f1, 6000.0.10f1, 7000.0.0a10
Votes
1
Found in
2021.3.37f1
2022.3.33f1
6000.0.5f1
7000.0.0a3
Issue ID
UUM-69721
Regression
No
[Android] The first few seconds of the video audio is distorted on the Android Player
How to reproduce:
1. Open the “IN_73329” project
2. In the Build Settings “Run Device” dropdown, select the desired device
3. Press Build And Run
4. In the Player after the Splash Screen press somewhere on the screen
5. Observe the played video and listen to a playing music
Expected result: The first 3-5 seconds of the video doesn’t have audio distortions
Actual result: The first 3-5 seconds of the video have audio distortions
Reproducible with: 2021.3.37f1
Not reproducible with: 2022.1.0b16, 2022.3.24f1, 2023.2.19f1, 6000.0.0b15
Couldn’t find the fixed version between: 2022.1.0a1 - 2022.1.0b15 (getting gradle build errors)
Testing environment: Windows 10 Pro, macOS 14.4.1 23E224 Darwin 23.4.0 (user reported)
Not reproducible on: No other environment tested
Reproducible on these devices:
VLNQA00267, Samsung Galaxy S10+ (SM-G975F), Android 12, CPU: Exynos 9 (9820), GPU: Mali-G76
VLNQA00120, Google Pixel 2 (Pixel 2), Android 8.1.0, CPU: Snapdragon 835 MSM8998, GPU: Adreno (TM) 540
VLNQA00175, Samsung Galaxy Note9 (SM-N960F), Android 10, CPU: Exynos 9 (9810), GPU: Mali-G72
VLNQA00519, Google Pixel 4 (Pixel 4), Android 12, CPU: Snapdragon 855 SM8150, GPU: Adreno (TM) 640
VLNQA00057, Htc One M9+ (HTC_M9pw), Android 6.0, CPU: MediaTek Helio X10 MT6795T, GPU: PowerVR Rogue G6200
VLNQA00372, Samsung SM-G991U (SM-G991U), Android 12, CPU: Snapdragon 888, GPU: Adreno (TM) 660
Not reproducible on these devices:
VLNQA00178, Xiaomi Redmi Note 4 (Redmi Note 4), Android 6.0, CPU: MediaTek Helio X20 MT6797M, GPU: Mali-T880
Notes:
- Not reproducible in the Play Mode and Windows Standalone Platform
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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
Resolution Note (fix version 6000.0.10f1):
Distorsion was due to feeding too many audio samples to the output, resulting in overflow that dropped some of the initial samples from the source. Improved buffer-full detection to avoid this.