A non-automated text-to-speech translator
- Users been able to see text in a text box
- Texts in text box are read-aloud by the translator
- Users should see a button to load text dat from local file
- Users should have a call-to-action button that prompts the system to read the texts in the text box aloud.
- The text box gives the user a visual representation of the texts loaded from local file
- Texts in the text box should be readable by the system i.e a UTF-8 encoded characters
- A call-to-action button helps the system to load the file and populate the visual box
- Reading aloud of text is also prompted by a user-action
The design of this project is a simple UI, with components:
- Label: Describing the project name
- Text box: For visual representation of the local file loaded into the system for translation
- User-action button for prompting the system on the next action perform.
- System is implemented using
java
as the programming language
- Using
javax
package have posed a significant challenge in my project implementation,java
ecosystem is too large that finding packages might be a daunting task to engage. - Over the course of the project, using
scene builder
for crafting UIs injava
is what I've embraced.