Skip to content

Commit 3487291

Browse files
committed
examples: add link to @saiko-tech/csgo-demo-voice-capture-example
1 parent 50f5578 commit 3487291

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Here you can find a overview of examples on how to use demoinfocs-golang.
88
|-|-|
99
|[heatmap](heatmap)|Creating a heatmap from positions where players fired shots from|
1010
|[nade-trajectories](nade-trajectories)|Map overview with grenade trajectories|
11+
|[voice-capture](voice-capture)|Capture voice data from players|
1112
|[entities](entities)|Using unhandled data from entities (`Parser.ServerClasses()`)|
1213
|[net-messages](net-messages)|Parsing and handling custom net-messages|
1314
|[encrypted-net-messages](encrypted-net-messages)|Parsing and handling encrypted net-messages (e.g. text chat in MM demos)|

examples/voice-capture/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Capturing Voice Data
2+
3+
This example shows how to use the library to capture voice audio from demos.
4+
5+
Since the build process is somewhat different from the library itself (due to usage of CGO), the example has it's own repository which you can find here:
6+
https://github.com/saiko-tech/csgo-demo-voice-capture-example

0 commit comments

Comments
 (0)