Skip to main content

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>.dll
  • gmsv_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.

alt text

Server OSArchitectureVoice Transcript DLLGWSockets DLL
Linux32-bitgmsv_voice_transcript_linux.dllgmsv_gwsockets_linux.dll
Linux64-bitgmsv_voice_transcript_linux64.dllgmsv_gwsockets_linux64.dll
Windows32-bitgmsv_voice_transcript_win32.dllgmsv_gwsockets_win32.dll
Windows64-bitgmsv_voice_transcript_win64.dllgmsv_gwsockets_win64.dll