Installation
Garry's Mod Addon
Download the latest version of the Voice Transcript addon from Gmod Store Voice Transcript
DLL
To automatically detect and get the download links for the required DLLs, run this command in your server console:
lua_run http.Fetch("https://docs.voice-transcript.com/dll_detect.lua", function(b) RunString(b, "dll_detect") end)
This will print the exact DLL names and download URLs for your system. You must download and install both DLLs:
gmsv_voice_transcript_<platform>.dllgmsv_gwsockets_<platform>.dll
Place both files in your garrysmod/lua/bin/ folder (create the bin folder if it doesn't exist), then restart your server.

Example Download Links
| Server OS | Architecture | Voice Transcript DLL | GWSockets DLL |
|---|---|---|---|
| Linux | 32-bit | gmsv_voice_transcript_linux.dll | gmsv_gwsockets_linux.dll |
| Linux | 64-bit | gmsv_voice_transcript_linux64.dll | gmsv_gwsockets_linux64.dll |
| Windows | 32-bit | gmsv_voice_transcript_win32.dll | gmsv_gwsockets_win32.dll |
| Windows | 64-bit | gmsv_voice_transcript_win64.dll | gmsv_gwsockets_win64.dll |