Search Issue Tracker
By Design
Votes
1
Found in
2018.3.0b1
Issue ID
1081854
Regression
No
44100Hz wav file played from Audio Source has pop sound at the end
Steps to reproduce:
1. Open attached project
2. Open Audio Scene and go into Play mode
-After audio finishes playing pop sound is emitted
Note: Playing audio in the inspector does not reproduce pop sound
Reproduced on: 2017.4.0f1, 2017.4.11f1, 2018.2.0a1, 2018.2.8f1, 2018.3.0b1
Comments (1)
-
Kamyker
May 05, 2020 20:24
By Design? This is obviously a bug, there should be an option to interpolate to silence instead "towards the beginning".
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
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Field is still marked as changed when changed back to its default state in UI Builder
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
- 32bit floating point RenderTexture blending feature is not available for WebGPU
- "CommandBuffer: temporary render texture not found while executing" warning is shown when Compatibility Mode is enabled and Camera stacking is used
Resolution Note:
The file doesn't have a fade-in, so when resampler is used, it interpolates samples towards the beginning, as if the sound was looping. Adding a tiny little fade-in to the source wave file solves the issue completely.