Space Engineers

Space Engineers

Not enough ratings
VOX Announcer PB Script
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
80.561 KB
17 Jan, 2020 @ 11:47am
20 Jan, 2020 @ 10:44am
3 Change Notes ( view )

Subscribe to download
VOX Announcer PB Script

Description
This script allows you to make use of the VOX Announcer text-to-speech sounds.

Required mod: VOX Announcer text-to-speech system

Don't add to modlist on a dedicated server.

Usage

Place a Sound Block and a Programmable block on the same grid.

Load this script into the PB, set the output field to the name of your sound block, check code and hit ok.

Enter the text you want to hear in argument and run the script.

Commands

@output <name> - Sets output to a single sound block with this exact name. Example: @output Sound Block 2
@outputs <name> - Sets all sound blocks matching this substring as outputs. Example: @outputs [VOX]

Inline commands

These can be used anywhere in the text and will take effect immediately.

@vox_fem - Use feminine voice.
@vox_mas - Use masculine voice.
@trim:<number> - Adjusts the end time of the sample in milliseconds, try @trim:-150 to speed up speech.

LCDs

If an LCD exists with a name matching the the output sound blocks name appending with " LCD" then the current spoken word will be written as text to the display.

For example:

Sound block named "My Sound Block"
LCD named "My Sound Block LCD"
Set output in PB to "My Sound Block"
7 Comments
Middle_Sand 15 Jan @ 3:02pm 
script seems to be broken, the only thing working is errors. the mod is installed. the LCD doesn't seem to be reporting anything either.
Ghost of Mildred Monday 25 Apr, 2021 @ 8:36pm 
This also doesn't show up in my modlist :(
CockyComrade 2 Feb, 2021 @ 6:32am 
this mod doesnt show up in my se modlist and i dont know how to fix it
Sworddog 18 Nov, 2020 @ 3:27pm 
Is there a way to add more words?
Xo  [author] 16 Apr, 2020 @ 6:01am 
Done. I thought I'd fixed it so it wouldn't error on dedicated servers but I didn't test torch.
Invalid 15 Apr, 2020 @ 8:20pm 
Can you remove the VOX TTS script from the requirements list and instead link it in the description? Apparently torch hates it and refuses to add the mod, probably because it's a script and not a mod that's being listed as a dependency.
Leif Erik Ronnback 29 Feb, 2020 @ 10:48pm 
Thanks man this is awesome!