45 - JAVA - Text To Speech
45 - JAVA - Text To Speech
Abstract:
Description:
The idea of the project is built in Windows Project. Using this project we can convert text into speech.
Converting the text which we have entered and also the documents like .pdf,.txt and .doc will be converted into
speech is done in this Project.
Among the many definitions that could be given of text to speech, the one that describes it as a way of having a
audibly communicate information to the user is probably the most relevant within the context of this statement.
In situations where visual feedback is inadequate or even impossible, audible feedback may be an essential
feature, in other situations it may just add extra value to a product.
Moving further this idea can be implemented across all the browsers which we wanted to define as Future scope
of the project. Along with this, if the users wanted to read any kind of document such as .txt, .doc, .PDF we
wanted to build a desktop utility to read entire/selected portion of the text for him/her. Even we want our project
to support saving those selected/Entire file as wav format so that user can listen to the article whenever he/she
wants instead of searching.
Technologies used:
Language : Java
Design : AWT, Swings
IDE : Eclipse
Operating System : Windows (or) Linux (or) Mac any version
1. INTRODUCTION
1.1 Purpose
Among the many definitions that could be given of text-to speech, the one that describes it as a way of
having a computer audibly communicate information to the user is probably the most relevant within
the context of this statement. In situations where visual feedback is inadequate or even impossible,
audible feedback may be an essential feature; in other situations it may just add extra value to a
product. Generally, text-to-speech provides a very valuable and flexible alternative for digital-audio
recordings in cases where:
Recordings are too expensive.
Disk storage is insufficient to store recordings.
The application does not know ahead of time what it will need to speak.
The information varies too much to record and store all the alternatives.
2. PROBLEM DEFINITION