AI Voices/Dialogues Generator (AllTalk_TTS) screenshot 1
E

Publisher

error404

AI Voices/Dialogues Generator (AllTalk_TTS)

Tools
AI Audio Dialogue TTS Voice Synthesis Language WAV

This extension allows you to generate audio dialogues using artificial intelligence directly in Godot Engine. How does it work? - Choose a voice - Choose a language (en, fr, de, it, es) - Enter the text to be synthesized by AI - Click on 'Generate' - Get a wav file directly in Godot ready to be used for your game The audio file is generated directly in your Godot project and can be used immediately. This extension uses AllTalk. It is necessary to install and run AllTalk_TTS for the extension ...

GodotAIVoices

Generate dialogs (audio files) with AI in Godot.

How to install

Copy "ai_voices" folder inside the "addons" folder of your Godot project and activate the plugin in the project settings.

Prerequisites

You must install and run AllTalk_TTS (with API):

https://github.com/erew123/alltalk_tts/tree/alltalkbeta

Image

Important

To run this extension you must BUILD your .NET project. The easiest way is to create a simple C# script in your project (with only a GD.Print for example), save it and then, click on BUILD icon:

Image

How to use it

  • Select a voice
  • Select a lang
  • Write the text
  • Click on 'Generate' to get a wev file

Image

Get audio files

Wav files are located in a 'Voices' folder in your project:

Image