Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lsafonso/texttospeech-javafx
- Owner: lsafonso
- Created: 2024-07-23T08:50:01.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-24T04:32:52.000Z (4 months ago)
- Last Synced: 2024-10-12T18:21:10.708Z (25 days ago)
- Topics: java, javafx, maven
- Language: Java
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.io2. 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.