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.
Back to Files

SpeechControlsGameUniversal.jar

File nameSpeechControlsGameUniversal.jar
Uploaded
Jun 24, 2025
Downloads
38
Size
35.1 MB
Mod Loaders
ForgeFabricQuiltNeoForgeRisugami's ModLoaderRift
File ID
6691153
Type
B
Beta
Supported game 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"

Learn more about Curse Maven

What's new

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


This mod has no additional files