Перейти к содержимому
Mineforgian

Simple Text To Speech

Simple text to speech integration for simple voice chat

Загрузки
124
Подписчики
1
Обновлён
25 декабря 2025 г.
Лицензия
GPL-3.0-or-later

Опубликован 22 декабря 2025 г.

This project is currently incompatible with operating systems other than 64-bit Windows (non-arm) and Linux (aarch64 & amd64)

This project requires you to run minecraft with Java 23 or greater (which is not the default in 1.21.x)

Uses a nifty TTS library called "eSpeak-NG" to generate text-to-speech voices with that robotic charm you usually expect from TTS.

Supports rudimentary SSML, it's hard to find good documentation on what it is but it basically lets you customize the speech in various ways with tags. There's a few fancy docs that describe it mostly:
https://espeak.sourceforge.net/ssml.html
https://docs.cloud.google.com/text-to-speech/docs/ssml

Note that when using SSML, the more complex functions are either limited or missing. The media tag is not present, and the audio tag is limited to minecraft sounds. Here's an example usage (note that nothing after the audio tag will be said, this is a bug, I don't know if I will fix it):
/synth say Watch out! <audio src="minecraft:entity.tnt.primed">

Ченджлог

1.1.0Альфа1.21.10 · 25 декабря 2025 г.

Support for linux (untested) (AMD64 and AARCH64), mac (all arch) and windows (aarch64) will crash, but windows (amd64) will work just fine as it did in the previous release. There is now config options and modmenu support.

1.0.0Альфа1.21.9 · 22 декабря 2025 г.

Initial release, still very buggy, only works on windows at the moment (requires native libraries), doesn't have any configuration or UI yet. These are planned features.

Комментарии

Загружаем…