You are on page 1of 13

TEXT TO SPEECH CONVERSION - PSR2 READER

Presented By: GROUP No. 8 Protik Kr. Sarkar (1047610028) Rahul Rastogi (1047610029) Rishabh Arya (1047610031) Sachin Saxena (1047610035)

INTRODUCTION

May 1, 2014

A Text-To-Speech (TTS) system is a computerbased system that should be able to read any text aloud. A Text-To-Speech Conversion means converting the textual matter into voice. simply

Text To Speech Conversion

Just as a human being reads a sentence from a paper, similarly, the TTS system reads in the textual matter and produces a series of voice signals reciting the same.

SCOPE OF PROJECT

May 1, 2014

The most visible scope of this project is that it can be used as an efficient e-book reader. In this software the user just needs to plug in the earphones or headphones and start listening to the contents of the e-book or the text file. It can also be used as a voice translator by which one can speak what he likes and the corresponding textual matter will be displayed.
3

Text To Speech Conversion

BASIC FUNCTIONALITY

May 1, 2014

Converting text to speech


o

Convert the written matter into voice signals

Text To Speech Conversion

Converting speech to text


o

Convert the voice signals into written matter

OBJECTIVES
o

May 1, 2014

To utilize the system as a reader


o

To use it as a software which takes in data from the text file and speak the contents directly from the file.

Text To Speech Conversion

To utilize the system as a dictation writer


o

To use it to directly dictate the contents that will be written in the text area.

TOOLS PLATFORMS USED

May 1, 2014

Tools Used:

Visual Studio (as IDE) C# (as programming language)

Text To Speech Conversion

Platforms Used:

Microsoft .Net Framework

REQUIREMENTS

May 1, 2014

HARDWARE:

Processor - Core 2 Duo or higher Processor Speed - 533 MHZ Hard Disk Space - 20 GB (min.) Ram Memory - 256 MB (512 MB recommended)

Text To Speech Conversion

SOFTWARE:

Operating System Windows XP or higher

MODULES IN PROJECT

May 1, 2014

This project concentrates on two major modules:

Text-To-Speech Speech-To-Text

Text To Speech Conversion

Text-To-Speech module is focused to be used as an E-book Reader. Speech-To-Text module is focused to be used as a voice to text translator.
8

PROCESS

May 1, 2014

Text-To-Speech
Enter Text

Text To Speech Conversion

The text is synthesized and sent to the reader

Synthesizer

Speech

PROCESS (CONTD)
May 1, 2014

Speech-To-Text
Speak

Text To Speech Conversion

The synthesizer understands the voice and converts them to corresponding text

Synthesizer

Text

10

MAIN PROJECT WORKING


Text File
Read text from the text file Speech Synthesis Voice

11

May 1, 2014 Text To Speech Conversion

12

13

You might also like