A basic utility for interfacing with Google Cloud or IBM TTS. This was developed to help streamline my work while creating my thesis project.
In order to develop and build this project from source, you'll need to complete the following steps:
- Download the latest version of Godot 3.X from here.
- Import the project into Godot using the project viewer.
- Finally, install the build templates from the editor.
With these steps completed, you should now be ready to develop and export the application. If you unfamiliar with Godot and GDScript, please refer to the documentation.
In order to add a new API, implement the TextToSpeechApi.gd
interface. Then add an instance of your API to the api_list
in Editor.gd
. For details about how an API should be implement, view the comments in TextToSpeechApi.gd
and refer to the implementation of GoogleTextToSpeechApi.gd
and IBMTextToSpeechApi.gd
.
This code base uses the MIT license. Including my name in your project and linking to my license is sufficient for satisfying the license's terms.