...Voice cloning can be accomplished with Coqui
in less than five minutes without GPU.
The result is archived and can be used the
next time in game.
Some TTS projects already started to
add tag support to speak text with
emotions or sing it.
If a game designer has that in mind with a good
chat log she can voiced her game over night.
reads the log and sends new chat text to piper.
~/.config/Epic/PSUnreal/Saved/Logs/Pongo_Donjo_chat.txt
If a line number is set it can speak all the chat text and
waits for new chat text.
Python 3.8.10
download:
https://www.planeshift.it/Download
https://github.com/rhasspy/piper
...Paste your account token and your desired prefix in `config.json`. The file can be opened using the normal Notepad. You can find your token here. You need to have Python installed to use AnyStatus. Next, open a new terminal in the current folder and execute the following command:
pip install -r requirements.txt
Then open main.py and your custom status is ready :)
Send `<prefix><activity> = <text>` in any discord channel to change your status. Example: `!playing = Minecraft` You can alternatively run `chmod +x run.sh` in the console and open run.sh afterwards or open run.bat if you're a windows user for automatic package installation and quick launch.
...
...Day / night cycles and a textured sky dome. Signs, you can write text on any block. Lights, any block can be set as a light source. Ambient occlusion for basic shading of blocks. World changes persisted in a sqlite3 database. Multiplayer support!