EN Translator
EN Translator adds client-side live voice transcription and optional translation to Simple Voice Chat on NeoForge 1.21.1. Players can speak in voice chat, have their own client transcribe speech locally, and display transcript or translated chat bubbles in-game.
The base client build includes offline Whisper speech recognition assets, including a bundled NB-Whisper Small model for better Norwegian transcription. Translation is provided through optional regional model pack jars so players can install only the language regions they need.
Privacy And Runtime Behavior
- Voice audio is processed locally on the player client.
- The mod does not upload voice audio to online services.
- The mod does not call external translation APIs during gameplay.
- The mod does not download models at runtime.
- Bundled model files are extracted locally into the Minecraft game directory.
- The distributed jars do not include or launch
whisper-cli.exe, whisper-stream.exe, or other Whisper executables.
Requirements
- Minecraft
1.21.1
- NeoForge
21.1.227+
- Simple Voice Chat
1.21.1-2.6.15+
- Java 21
Files
en_translator-1.0.20-all.jar - main client jar, about 353.81 MiB
en_translator-1.0.20-server-all.jar - dedicated server jar, about 102.78 MiB
en_translator-1.0.20-model-nordic.jar - optional Nordic translation models, about 370.06 MiB
en_translator-1.0.20-model-western-europe.jar - optional Western Europe translation models, about 407.34 MiB
en_translator-1.0.20-model-central-eastern-europe.jar - optional Central-Eastern Europe translation models, about 443.01 MiB
en_translator-1.0.20-model-east-asia.jar - optional East Asia translation models, about 204.22 MiB
Model Packs
Install the base client jar first, then add any regional packs needed by the client.
Nordic Pack
Includes English to Danish, Finnish, Norwegian, and Swedish, plus Norwegian to English.
Western Europe Pack
Includes English to Spanish, French, Dutch, Portuguese/Romance languages, plus multilingual and Romance-language routes to English.
Central-Eastern Europe Pack
Includes English to German, Italian, Polish, and Russian, plus Polish to English and multilingual to English.
East Asia Pack
Includes English to Japanese and Chinese, plus multilingual to English.
Server Notes
Dedicated servers should use the server jar. The server build is relay-only and does not perform local speech recognition or translation. Player clients should install the main client jar plus any desired regional model packs.