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
- [Android] Audio sound is lower in the Player compared to the native music player
- Feet slide and misalign when playing retargeted animations
- IndexOutOfRangeException is thrown in NativePassCompiler when a graphics buffer is used in more than 5 render passes
- "Undo Stack Overflow" error is thrown, and Undo History is deleted when multiselected GameObjects are reparented to their GrandParents
- SearchColumn of type "ObjectReference" does not get refreshed for the custom SearchProvider when lighting generation finishes
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.