Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4
2020.3
2020.3.1f1
2021.1
2021.2
Issue ID
1327315
Regression
No
AudioGroup 'Mute' does not mute audio from a 'Receive' DSP effect
How to reproduce:
1. Open the attached project
2. Open Scene
3. Click Play
Expected result: You can hear one whoosh sound repeating
Actual result: You can hear two whoosh sounds (echo) repeating
Reproducible with: 2018.4.33f1, 2019.4.24f1, 2020.3.5f1, 2021.1.4f1, 2021.2.0a14
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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Resolution Note:
Solo and mute only mute the incoming AudioSources by routing these to an internal mute group, but not affect other signals flowing through. Thus it is muting more on a logical level to filter out specific types of sounds rather than mix buses.
If soloing mutes all other channels except one, it is necessary to keep the other channels "open" in the sense that they still run all their effects and apply for instance echo or reverb on signals received from the solo'ed channel. This is the reason why mute only works logically on incoming channels rather than topologically on the signal flow.