Search Issue Tracker
Fixed in 2021.3.41f1
Fixed in 2021.3.X, 2022.3.X, 6000.0.X, 7000.0.0a10, future release
Votes
1
Found in
2021.3.37f1
2022.3.33f1
6000.0.5f1
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note (fix version 6000.0):
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.