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
- Sprites are cut off when using a custom alpha mask with a custom shader
- Screen.SetResolution() ignores width and height parameters when switching from Fullscreen to Windowed mode
- Crash on il2cpp::vm::Class::Init in the Player when handling FileNotFoundException in cascading catch blocks in async method
- Mesh with vertex animation shader renders incorrectly when using DirectX11 and AMD GPU
- Select Dependencies context menu doesn't work properly in Project Browser
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.