Skip to content

A module for Garry's Mod that provides speech recognition interfaces to developers.

License

Notifications You must be signed in to change notification settings

danielga/gmcl_speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmcl_speech

A module for Garry's Mod that provides speech recognition interfaces to developers.

Compiling

This is Windows only (uses Microsoft's speech recognition capabilities).

The only supported compilation platform for this project is Visual Studio 2017. However, it's possible it'll work with Visual Studio 2015 and Visual Studio 2019 because of the unified runtime.

If stuff starts erroring or fails to work, be sure to check the correct line endings (\n and such) are present in the files.

Requirements

This project requires garrysmod_common, a framework to facilitate the creation of compilations files (Visual Studio, make, XCode, etc). Simply set the environment variable GARRYSMOD\_COMMON or the premake option --gmcommon=path to the path of your local copy of garrysmod_common.

This project also needs Windows 10 SDK, which will provide the Windows and Speech API headers.

Releases

No releases published