VoskLib

A voice recognition library mod for Minecraft

File Details

vosklib-1.20.1-1.1.0.jar

  • R
  • Feb 20, 2026
  • 24.72 MB
  • 197
  • 1.20.1
  • Forge

File Name

vosklib-1.1.0-all.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:vosklib-1455637:7654656")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

📜 Changelog: v1.1.0


✨ Features

  1. Transcription: Added displaying of transcripted text
  2. API Change:
    1. VoskManager.startListening(Consumer<String> partial, Consumer<String> result) to VoskManager.startListening()
    2. Event-dependent: When calling VoskManager.startListening(), It posts events for Partial and Result.
  3. Security Enhancement:
    1. When VoskManager.startListening() is called, it notifies the user via System Toast.
  4. Bug Fixes:
    1. Models listing twice.
    2. manifest.json not being created.
    3. Native crash when model isn't selected.
    4. Saying "Loading..." when there is no internet access.