Search Issue Tracker
By Design
By Design in 2022.2.X
Votes
0
Found in
2021.3.3f1
2022.1.3f1
2022.2.0a13
Issue ID
UUM-367
Regression
No
[WebGL] WAV and MP3 audio clips contain audio spikes when exported to AAC
Reproduction steps:
1. Open the attached project
2. Build it for WebGL
3. Play the built project
4. Press on the WAV button
Reproduced on: 2017.4.18f1, 2018.3.3f1, 2019.1.0a14, 2019.2.0a1
Expected: Audio file plays without any audio spikes
Actual: Audio file plays with audio spikes
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:
The submitted project was not accessible and the user is unreacheable (invalid email). Since we could not try with the user's project or audio files, we made our own test project to explore the different audio asset conversion paths for WebGL by:
* Generating tones in the .wav, .mp3 and .ogg formats
* Testing them for our 3 compressions settings (ADPCM, PCM, Vorbis)
* Building with the 3 WebGL options (Shorter Build Time, Runtime Speed, Disk Size)
After multiple attempts, we were never able to reproduce the issue described (audio spikes appearing after conversion).
We believe his issue might have been linked to a corrupted original audio file or to an unsupported version of the AAC converter (Windows Media Foundation) on the user's machine.
Resolution Note (2022.2.X):
The submitted project was not accessible and the user is unreacheable (invalid email). Since we could not try with the user's project or audio files, we made our own test project to explore the different audio asset conversion paths for WebGL by:
* Generating tones in the .wav, .mp3 and .ogg formats
* Testing them for our 3 compressions settings (ADPCM, PCM, Vorbis)
* Building with the 3 WebGL options (Shorter Build Time, Runtime Speed, Disk Size)
After multiple attempts, we were never able to reproduce the issue described (audio spikes appearing after conversion).
We believe his issue might have been linked to a corrupted original audio file or to an unsupported version of the AAC converter (Windows Media Foundation) on the user's machine.