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
- "Paste" option is available in Shader Graph contextual menu even when the clipboard has unrelated item
- Editor crashes when debugging a for loop
- Crash on UnityPlayer!profiling::ProfilerManager::DisposeProfilerRecorder+0xa when Player gets relaunched and exited after running for a long amount of time
- [Input system] When releasing one touch and pressing a second touch during a single frame, the second touch is not translated into UI event line OnPointerDown by the InputSystemUIInputModule
- URP Samples - multiple "Attempting to resolve render surface" and other errors appear when setting Quality pipeline asset
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.