Search Issue Tracker
Fixed
Fixed in 2021.3.17f1, 2022.2.6f1, 2023.1.0a23
Votes
0
Found in
2020.3.39f1
2021.3.10f1
2022.1.17f1
2022.2.0b10
2023.1.0a14
Issue ID
UUM-16609
Regression
No
[WebGL] WebGL throws an incorrect error when importing a too small audio file
Reproduction steps:
# Create WebGL project
# Import attached file “1023samples.wav“
# Observe Console
Expected results: Error thrown “Possibly the file is too short. Try to append silence such that the length becomes greater than 1023 samples.“
Actual results: Error thrown “Possibly the file is too short. Try to append silence such that the length becomes greater than 256 samples.“
Reproducible with: 2020.3.40f1, 2021.3.11f1, 2022.1.18f1
Couldn't test with: 2022.2.0b9(FSBTool Errors), 2023.1.0a12(FSBTool Errors)
Reproduced on: Windows 11
Note: On other platforms this issue is not reproducible
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
- [iOS] Back Triple Camera is not focusing manually and automatically
- Mouse inputs cannot be inputted when searching the Shortcuts Menu by type "Shortcut"
- "Debug Assertion Failed!" error when launching Windows Dedicated Server Player with Script Debugging enabled
- [Cinematic Studio][3D HDRP] Shader warnings thrown in the Console window when creating a new project with Cinematic Studio template
- Autoplay is triggered on Audio Assets when changing Asset Bundle tags
Resolution Note (fix version 2023.1.0a23):
Improved an FSBTool AAC-encoding error message related to small files. They need to be at least 1024 samples, not 256.
Resolution Note (fix version 2021.3.17f1):
Audio: Updated FMOD's FLAC from version 1.2.1 to 1.3.4. This fixes an issue identified by our application security team.