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
- Crash on PluginManager::RefreshPlugins when closing the Editor without making any changes with JetBrains Rider selected as the External Code Editor and Google Mobile Ads third-party plugin imported
- GetMainLight() returns incorrect distanceAttenuation value for a Custom Shader when URP Forward+ Rendering Path is used
- Standalone Profiler crash on GuidReservations::Reserve when it is opened on a specific project
- m_RenderPipelineGlobalSettingsMap or m_SRPDefaultSettings is pointing to UnityEngine.Rendering.HighDefinition.HDRenderPipeline when High Definition RP package is removed
- Rendering Debugger fields have no padding at the bottom of the fields list
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.