Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lsafonso/texttospeech-javafx

Text to Speech Application using Java and the JavaFX framework.
https://github.com/lsafonso/texttospeech-javafx

java javafx maven

Last synced: 25 days ago
JSON representation

Text to Speech Application using Java and the JavaFX framework.

Awesome Lists containing this project

README

        

Text to Speech App

![image](https://github.com/user-attachments/assets/d7b77cd2-18a4-4d49-9c61-e2a4fc12e0c9)

Installation


JavaFX and IntelliJ IDEA

1. Download the project and JDK


Download this project and download the appropriate JavaFX SDK for your operating system and unzip it to a desired location, for instance /Users/your-user/Downloads/javafx-sdk-21.


Openjfx.io

2. Set JDK 21


Go to File -> Project Structure -> Project, and set the project SDK to 21. You can also set the language level to 11 or greater.

3. Create a library


Go to File -> Project Structure -> Libraries and add the JavaFX 21 SDK as a library to the project. Point to the lib folder of the JavaFX SDK.


Once the library is applied, the JavaFX classes will be recognised by the IDE, and then you can run the Text to Speech project.