promotional bannermobile promotional banner

Speech Controls Game

Experimental
SpeechControlsGame is an innovative voice control system for Minecraft that lets players control in-game actions using spoken commands in English, Hindi, and Hinglish.

File Details

SpeechControlsGameUniversal.jar

  • B
  • Jun 24, 2025
  • 35.10 MB
  • 34
  • 1.21+6
  • Forge + 5

File Name

SpeechControlsGameUniversal.jar

Supported Versions

  • 1.21
  • 1.17
  • 1.16
  • Flint Loader
  • 1.20
  • 1.19
  • 1.18

Curse Maven Snippet

Forge

implementation "curse.maven:speech-controls-game-1290084:6691153"

Fabric

modImplementation "curse.maven:speech-controls-game-1290084:6691153"

Quilt

modImplementation "curse.maven:speech-controls-game-1290084:6691153"

NeoForge

implementation "curse.maven:speech-controls-game-1290084:6691153"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more aboutย Curse Maven

SpeechControl (No Fabric)

๐ŸŽฎ SpeechControl (No Fabric) is a standalone version of the voice control mod for Minecraft that doesn't rely on the Fabric mod loader. This version allows players to control Minecraft actions using speech commands, supporting Hindi, English, and Hinglish voice inputs.


๐Ÿ“‚ Directory: SpeechControl(No Fabric)

This folder contains a version of the Speech Control system that works without Fabric API. Ideal for testing or integrating into a custom Minecraft environment.


๐Ÿง  Features

  • ๐ŸŽ™๏ธ Voice command recognition using CMU Sphinx
  • ๐Ÿงฉ Java Robot API integration for keyboard/mouse simulation
  • ๐ŸŒ Multi-language support: English, Hindi, and Hinglish
  • ๐ŸŽฎ Customizable keybind command mapping
  • ๐Ÿงช Suitable for standalone testing without mod frameworks

๐Ÿš€ How to Run

  1. Open terminal

  2. Locate the file "SpeechControlsGameUniversal.jar" and copy the path of file

  3. Run cd path of file in the terminal

  4. Run Java -jar SpeechControlsGameUniversal.jar

  5. Speak commands like:

    • "jump" โ†’ triggers the space key

    • "chod do" โ†’ triggers the drop key

    • "attack" โ†’ simulates left click

      or

  6. Open the project in Eclipse or any Java IDE.

  7. Ensure you have:

    • Java 8 or higher
    • CMU Sphinx libraries added to the classpath
  8. Modify commands.gram and commands.dic if needed.

  9. Run the main Java class.

  10. Speak commands like:

    • "jump" โ†’ triggers the space key
    • "chod do" โ†’ triggers the drop key
    • "attack" โ†’ simulates left click

๐Ÿ› ๏ธ Customization

  • Edit commands.dic to add new voice commands and their phonetic representations.
  • Update commands.gram to define the grammar and allowed phrases.
  • Map new commands in the Java code using Robot.keyPress() / keyRelease().

๐Ÿ“„ License

This project is part of the SpeechControlsGame repository by @tilakgupta2005.
Feel free to fork, modify, and use it for educational and personal purposes.


๐Ÿ™Œ Contribute or Report Issues

Found a bug or have suggestions?
Open an issue or pull request on the main repo:
๐Ÿ”— https://github.com/tilakgupta2005/SpeechControlsGame