Shriek

⭐ — (8 endorsements) 📥 12,178 downloads 📌 v1.1.22+neoforge 📅 9/7/2025
🟡 Updated this year

By Pryzmm · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 8/12/2026 📅 Created: 9/7/2025
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.1% endorsement rate
  • 🏆 #495 of 901 fabric mods in this game by downloads

📋 About This Mod

# Shriek ### A maintained version of (https://modrinth.com/mod/voicelib) (https://raw.githubusercontent.com/intergrav/devins-badges/refs/heads/v3/assets/cozy/requires/architectury-api_64h.png 'Architectury API')](https://modrinth.com/mod/architectury-api) A speech to text library that can listen to your microphone and understand what you're saying! Using the power of Vosk, you can speak into your microphone and get an output, and even use multiple languages! # Implementation ```java repositories { maven { name = "Modrinth" url = "https://api.modrinth.com/maven" } } dependencies { modImplementation "maven.modrinth:shriek:1.1.01+fabric" } ``` # Usage ShriekApi is the class for the API. The following are the methods you will be using ```java import com.pryzmm.client.event.EventHandler; EventHandler.setModel(); // This will set the language model, defined in https://alphacephei.com/vosk/models // Language models vary in size; the default is vosk-model-small-en-us-0.15, which is ~40 MB compressed, while others like vosk-model-ru-0.10 are ~2.5GB compressed // Changing models will restart a restart to download, or a call from EventHandler.getOrCreatePath(); ShriekApi.registerServerPlayerSpeechListener(Consumer<ServerPlayerTalkEvent> consumer) // This method registers a ServerPLayerTalkEvent Consumer. Whenever a player speaks, // This event will be fired. The ServerPlayerTalkEvent provides the player, and a string of what they said. ShriekApi.registerClientSpeechListener(Consumer<ClientTalkEvent> consumer) // This method registers a ClientTalkEvent Consumer. This method is only fired on the client. // Whenever the user speaks, this will be fired. ShriekApi.setPrintToChat(boolean printToChat) // This is only on the client. This sets whether or not to // print client speak events to chat. (Default False) ShriekApi.setPrintToConsole(boolean printToConsole) // Same as printToChat but for the console instead. (Default False) ``` # Example This method makes it so if any player on the server says "ouch" they light on fire ```java ShriekApi.registerServerPlayerSpeechListener((serverPlayerTalkEvent -> { if (serverPlayerTalkEvent.getText().contains("ouch")) serverPlayerTalkEvent.getPlayer().igniteForSeconds(2); })); ``` You can also see this in ShriekExample through GitHub # Security There are a few things to note with this mod: - The mod automatically downloads a vosk model from the internet on the first launch. The default model is ~40MB compressed and may freeze your game for a couple seconds while setting up the model. - This mod by default, constantly records and sends all text data to the server. This means if a server modification has set up their mod to, they can listen into your conversation. Please be weary of this. - The push to mute key will turn OFF your microphone whilst held - Other mods have the ability to toggle recording on/off

# Shriek ### A maintained version of (https://modrinth.com/mod/voicelib)

[!(https://raw.githubusercontent.com/intergrav/devins-badges/refs/heads/v3/assets/cozy/requires/architectury-api_64h.png 'Architectury API')](https://modrinth.com/mod/architectury-api)

A speech to text library that can listen to your microphone and understand what you're saying! Using the power of Vosk, you can speak into your microphone and get an output, and even use multiple languages!

# Implementation

```java repositories { maven { name = "Modrinth" url = "https://api.modrinth.com/maven" } }

dependencies { modImplementation "maven.modrinth:shriek:1. 1. 01+fabric" } ```

ShriekApi is the class for the API. The following are the methods you will be using ```java import com.pryzmm.client.event. EventHandler; EventHandler.setModel(); // This will set the language model, defined in https://alphacephei.com/vosk/models // Language models vary in size; the default is vosk-model-small-en-us-0. 15, which is ~40 MB compressed, while others like vosk-model-ru-0. 10 are ~2. 5GB compressed // Changing models will restart a restart to download, or a call from EventHandler.getOrCreatePath();

ShriekApi.registerServerPlayerSpeechListener(Consumer consumer) // This method registers a ServerPLayerTalkEvent Consumer. Whenever a player speaks, // This event will be fired. The ServerPlayerTalkEvent provides the player, and a string of what they said.

ShriekApi.registerClientSpeechListener(Consumer consumer) // This method registers a ClientTalkEvent Consumer. This method is only fired on the client. // Whenever the user speaks, this will be fired.

ShriekApi.setPrintToChat(boolean printToChat) // This is only on the client. This sets whether or not to // print client speak events to chat. (Default False)

ShriekApi.setPrintToConsole(boolean printToConsole) // Same as printToChat but for the console instead. (Default False) ```

# Example This method makes it so if any player on the server says "ouch" they light on fire ```java ShriekApi.registerServerPlayerSpeechListener((serverPlayerTalkEvent -> { if (serverPlayerTalkEvent.getText().contains("ouch")) serverPlayerTalkEvent.getPlayer().igniteForSeconds(2); })); ``` You can also see this in ShriekExample through GitHub

There are a few things to note with this mod: - The mod automatically downloads a vosk model from the internet on the first launch. The default model is ~40MB compressed and may freeze your game for a couple seconds while setting up the model. - This mod by default, constantly records and sends all text data to the server. This means if a server modification has set up their mod to, they can listen into your conversation. Please be weary of this. - The push to mute key will turn OFF your microphone whilst held - Other mods have the ability to toggle recording on/off

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
Pryzmm
Version
1.1.22+neoforge
Downloads
12,178
Endorsements
8
Category
fabric
Created
9/7/2025
Updated
8/12/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
library, social

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Shriek support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of Shriek?

Version 1.1.22+neoforge, published 2026-08-12 with 12,178 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by Pryzmm 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods