Extract encoded voicedata from csgo demo
- clone repository
- install dependency (make sure you have installed Node.js)
./csgo_demo_voicedata_extractor/ npm install demofile
- extract encoded voicedata from csgo demo using ./src/main.js
node src/main.js H:/demo.dem
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