Arma 3
42 avaliações
A3-TTS (text to speech)
3
   
Premiar
Adic. a Favoritos
Nos Favoritos
Desfavoritar
Data Type: Mod
Tamanho:
Publicado em:
Atualizado em:
161.881 MB
5 abr. 2023 às 11:30
30 set. 2023 às 17:35
5 notas de alterações ( ver )

Subscreve para transferir
A3-TTS (text to speech)

Descrição
Text to speech for arma 3

Mainly aimed at developers and mission makers.

To have a man speak use this syntax:
[_text, _man ] call A3TTS_fnc_say;

To change the voice (pitch) of a man :
private _pitch = 1.2; _man setVariable ["A3TTS_Pitch", _pitch, true];

The mod currently have 3500 words and about 500 common sentences stored.
If the text does not match a prerecorded sentence, the text is spoken word for word.

Missing words will be logged in the RPT file, and a hint will show the missing word.
Feel free to send them to me.

In order to make it work in MP the function needs to be remoteCalled on the client you want to hear the speech.
The client needs to have the mod activated.

If you found this useful and want to help me put food on the table donate here[www.paypal.com]


19 comentários
76561198192726397 5 out. 2023 às 20:41 
cool tech for sure but the tts sounds awful. immersion breaking cuz its so robotic, worse than ms sam. this isnt your fault, but id just rather it output responses to text or thru a gui even.
silent1 5 out. 2023 às 16:15 
"Hence this mod is essentially 4000 soundfiles triggered by text and played."
That is insane haha! Great work.
Favonias 21 set. 2023 às 19:34 
How do I make my character speak to other NPCs?
Eagle - 6 3 set. 2023 às 3:53 
Hey, excellent work man! Is there a way to make speeches more fluid? like, not "Hello. Man.", like "Hello man." or, kinda sound like a soldier shouting?
LAND0_NORRIS 15 jul. 2023 às 3:06 
woah thanks! now i can hear people talking. only thing that is stopping me is my blindness
bjorn 3 mai. 2023 às 14:07 
wont work for me (in singleplayer), theres just constant error messages, any fix?
RickOShay 2 mai. 2023 às 4:54 
Impressive. If you add a distance param into CFGsounds class and the say3D command line you can boost output volume quite a bit. Also from personal experience with TTS - it generally works better when your text is typed with phonemes in mind - i.e. phonetic spelling. Tricky given the stored words etc.
Lying Sack Of Fun 19 abr. 2023 às 14:37 
Ah. That makes sense.
Tally  [autor] 19 abr. 2023 às 13:08 
The main issue with integration is that each client needs to have the soundfiles pre-loaded onto their machine (via a mod / mission)
Hence this mod is essentially 4000 soundfiles triggered by text and played.
Lying Sack Of Fun 17 abr. 2023 às 6:23 
It would be wild if somebody integrated Tortoise TTS.