View Single Post
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 07-22-2011 , 08:35   Re: VoiceHook - Developer preview of something.
Reply With Quote #54

Quote:
Originally Posted by CrimsonGT View Post
It has been a long time since I sorted through the sdk and disassembly, but would it be feasible to use this to feed audio data in from either a file source or a data stream?

Don't have a disassembled engine at the moment, but I guess the main question would be, can VoiceBroadcast (or whatever your actually hooking into with OnVoiceBroadcast) be called and fed data?
Yeah, the issues I was having with it were related to getting a valid IClient (the code used to all be there, if you grab an old revision), not with actually sending the voice data.

There are some challenges with getting encoding and the write amount of data to send per-frame, but that's possible to get sorted, just takes time .
__________________
asherkin is offline