• voice chat recorder
    4 replies, posted
so i was wondering if this sort of thing would be possible so that it records and stores all voice chat for that day and then deletes it after say 2 days
The LUA modding does not have access to the voice channel's actual audio data, so you'd have to write a C++ module to do this. This goes for both server and clientside.
As far as I'm aware there's no easy way for you to log the voice chats without being a coder for C++ as he said. I can think of a bad and probably not efficient solution, and that would be to have a client loaded in at all times with [URL="http://audacity.sourceforge.net/"]some program[/URL] running in the background that records all the computer sounds through the [URL="http://www.howtogeek.com/howto/39532/how-to-enable-stereo-mix-in-windows-7-to-record-audio/"]stereo mix recording device[/URL]. This solution would make massive files, but it would do what you're wanting without much effort.
You can also use built in source recorder to record voice chat, although you seem to want to do this for record keeping reasons, and demos are a bitch to navigate.
[QUOTE=bitches;44107254]The LUA modding does not have access to the voice channel's actual audio data, so you'd have to write a C++ module to do this. This goes for both server and clientside.[/QUOTE] so this would be a bitch to do but it is possible if i had this done in c++
Sorry, you need to Log In to post a reply to this thread.