Facepunch / garrysmod-requests

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

IVideoWriter: Record sounds from position in world #2379

Open 0RadicalLarry0 opened 1 month ago

0RadicalLarry0 commented 1 month ago

Details

Using render.RenderView, I have a way to record the world from a separate position from the player, but I'm running into an annoyance in that the audio is still being recorded from my position and not the recorded view position. It would be nice if you could specify a position to record sounds from.

Something like: IVideoWriter:SetRecordSoundPosition( vector )