Filter the given reverb setup before it is set up on the device. This allows to, for example, modify the current reverb depending on listener location.
| 78 | /// allows to, for example, modify the current reverb depending on listener |
| 79 | /// location. |
| 80 | virtual void filterReverb( SFXReverbProperties& reverb ) {} |
| 81 | }; |
| 82 | |
| 83 |