Facepunch / garrysmod-requests

Feature requests for Garry's Mod
84 stars 24 forks source link

Add capability to set DSP preset for IGModAudioChannel #2301

Closed ghost closed 7 months ago

ghost commented 7 months ago

Details

EmitSound, CSoundPatch, etc already have this feature but none support playing audio from a URL.

Instead of applying preset on channel initialization, might be better to do a Get/Set function for it?

robotboy655 commented 7 months ago

sound.PlayFile and sound.PlayURL streams do not go through the game engine's sound system and therefore cannot do engine DSPs.