Skip to content

Liuhaixv/csgo_demo_voicedata_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csgo_demo_voicedata_extractor

Extract encoded voicedata from csgo demo

Usage

  1. clone repository
  2. install dependency (make sure you have installed Node.js)
./csgo_demo_voicedata_extractor/ npm install demofile
  1. extract encoded voicedata from csgo demo using ./src/main.js
node src/main.js H:/demo.dem

Notice

Be aware of that the extracted data is encoded with CELT, u need to decode it with CELT header file and CSGO's .dll(Windows) or .so(Linux)

If u are using Windows, here is my decoder repository 👉 csgo_demo_voicedata_decoder

About

Extract encoded voicedata from csgo demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published