Search Issue Tracker
Active
Under Consideration for 2021.3.X, 2022.3.X, 2023.1.X, 2023.3.X
Fixed in 2023.2.0a23
Votes
0
Found in
2021.3.11f1
2022.1.17f1
2022.2.0b9
2023.1.0a12
2023.2.0a1
2023.3.0a3
Issue ID
UUM-15639
Regression
No
AudioClip's position change is inaccurate when using MP3 with variable bit rate
How to reproduce:
1. Open the attached “Mp3PositionChangeIssue” project
2. Enter Play Mode
3. Click “Start Ok Mp3”
4. Click “Start Broken Mp3”
5. Observe the difference in how the song begins
Expected result: Both buttons make the song start at the same time (vocalist sings “Will you hold the line”)
Actual result: “Start Broken Mp3” button makes the song start later (vocalist sings “When every one of them has given up…”)
Reproducible with: 2021.3.11f1, 2022.1.17f1, 2022.2.0b9, 2023.1.0a12
Couldn’t test with: 2020.3.39f1 (Console errors)
Reproducible on: Windows 10
Note: Issue also seems to exist with (a) AudioClip.time and (b) AudioClip.timeSamples with AudioClip.frequency.
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
- Sprite Atlas remains loaded in memory after scene change or unloading assets
- Referred style sheet stays dirty after saving when using the UIBuilder
- The Height map Amplitude is not working when using HDRP/LayeredLit
- Infinite inertial tensor rotation values are not discarded (both AB and RB)
- Crash at "UnityEngine.Object:FindObjectsOfType" when quitting the Player
Resolution Note (fix version 2023.2.0a23):
MP3 Xing table of content decoding has been fixed to improve seeking accuracy.