Skip to content

wyozi-gmod/rvoicehook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rvoicehook

hook.Add("VoiceData", "test", function(cl, da)
  print("Received ", #da, "bytes of PCM voice data from client at slot", cl)
end)

Compile

PKG_CONFIG_ALLOW_CROSS=1 cargo build --target i686-unknown-linux-gnu && cp target/i686-unknown-linux-gnu/debug/librvoicehook.so ./srcds/garrysmod/lua/bin/gmsv_rvoicehook_linux.dll

About

Hook player voice (but in Rust)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages