aeiou

Adds funny TTS to minecraft server (or client if you are willing to set it up)

1,91k

aeiou

Aeiou MC

!!this mod requires setup!!

this mod provides TTS to minecraft chat (wait doesen't mc allre- ) SHUT)<br> this mod provides *Dectalk* and *SAM* TTS to minecraft chat<br> if you dont know Dectalk is the TTS engine used by Moonbase alpha and has spawned... SHUT<br> and SAM is the TTS used by %%MD1%% (also a fan voice of V1 from ultrakill)<br> why? why not! Dectalk can sing unlinke normal MC narrator, and SAM sounds crunchy and good for robots<br> <br> there are only 2 commands<br> /speak and /tts<br> /speak <engine> <Nbt config> <distance> string message<br> ex: /speak dectalk {} 0 john madden -> says john madden globally<br> /speak dectalk {} 5 john madden -> says john madded to everyone within 5 blocks (no falloff, either you hear it or not)<br> <br> /tts contains the commands for managing your TTS and<br> /tts ban/unban/isBanned [user|uuid] <uuid/playe> -> bans/unbans a user from getting their messages read, isBanned allows anyone to query ban state for a user/uuid<br> /tts tts [<engine>] -> sets your TTS engine, (run with no arguments to get a list of engines (NYI, run with a invalid tts to get a list!))<br> /tts cfg [<var>] [<value>] -> sets a tts-specific config, run without arguments to get all keys, run with only key to get the current value<br> /tts opt in/out -> enables/disables *recieving* TTS messages, your messages are still read. if you want to stop your messages from being read use `/tts tts null`

Setup

Client Setup

on the client... just install this mod, the server does most of the heavy lifting (unless you want to use in singleplayer)<br> if you want to use in SP you will have to follow the server setup guide<br>

Server Setup

since this TTS mod is "module" based it will only load the SAM/dectalk modules if the required programs are on path<br> you can compile dectalk from https://github.com/dectalk/dectalk<br> and you need to compile sam-inline from my fork of sam https://github.com/walksanatora/SAM<br> and put them on path.<br>

Addons

if you want to make addon all you have to do is implement TTSEngine and add a factory function to `AeiouMod.engines`<br>

ADS