Is it possible to apply an effect, such as a low pass filter, to just one splitscreen player’s audio?
I’m using AudioGameplayVolumes to add a low pass filter to players inside an area, and I see that AudioGameplayVolumeSubsystem keeps track of each player’s listener with specific mutators listed when one player is inside the volume. But in the end, it just applies the filter to all sounds coming out.