Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 13

VOICE LOGGER 2014-15

BHARATI VIDYAPEETH’S INSTITUTE


OF TECHNOLOGy
(POLYTECHNIC), PALUS

DEPARTMENT OF COMPUTER
ENGINEERING
TYCO ( 2014-2015)

Title Of Project
“VOICE LOGGER APPLICATION”
SUBMITTED BY
Pawar Snehal Krishnat.
Patil Sonali Shantinath.
Kalekar Riyazahmad Sikandar.
Sutar Pradip Shashikant.
Pawar Nisha Anil.

UNDER GUIDANCE OF

PROF.VIBHUTE S.P.

B.V.I.O.T. PALUS 0
VOICE LOGGER 2014-15

~INDEX ~

SR.NO. TITLE PAGE NO.

1. Group Member Information 02

2. Project Planning 03

3. Work Distribution 03

4. Introduction 04

5. Aims and Objectives 05

6. Introduction of Modules 06

7. S/W and H/W Requirements 07

8. Front End 08

9. Back End 10

10. Data Flow Diagrams 10

11. Advantages and Disadvantages 11

12. Future Scope 11

13. Future Enhancement 12

14. Conclusion 13

15. Bibalography(Referance) 14

B.V.I.O.T. PALUS 1
VOICE LOGGER 2014-15

Name Of Project Guide: -


Prof.Vibhute S.P.

Name Of Project Co-ordinator:-


Prof.Kulkarni H.R.

Project Titles:-
1.voice Logger Application

Project group members:-

SR ENROLLMENT
RN NAME N0. CONTACT EMAIL ID
NO.
Pawar Snehal
1 18 1205400048 7028376825 snehalpawar45@gmail.com
Krishnat
Patil Sonali
2 19 1105400086 992274525 sonalipatils51995@gmail.com
Shantinath
Kalekar
3 20 1005400233 9049315329 kalekarriyaz@gmail.com
Riyazahmad S.
Sutar Pradip
4 21 1105400105 9665351956 pradipsutar234@gmail.com
Shashikant
Pawar Nisha
5 22 1105400092 9665823969 Np4646061@gmail.com
Anil

B.V.I.O.T. PALUS 2
VOICE LOGGER 2014-15

PROJECT PLANNING :-

SR.NO. PHASE START DATE END DATE


1. Requirement Analysis 09-08-2014 10-09-2014

2. Designing 10-09-2014 30-11-2014

3. Coding 01-12-2014 22-01-2014

4. Testing 23-01-2015 14-02-2015

5. Implementation 15-02-2015 18-03-2015

WORK DISTRIBUTION :-

SR.NO. WORKING NAME

Sutar Pradip Shshikant


1. Information Gathering
Kalelar Riyazahmad S.
Patil Sonali Shantinath
2. Data Analysis
Pawar Snehal Krishnat
Pawar Nisha Anil
3. Module Design
Sutar Pradip Shashikant
Pawar Nisha Anil
4. Database Design
Pawar Snehal Krishnat
Pawar Snehal Krishnat
5. Coding
Patil Sonali Shantinath
Sutar Pradip Shashikant
6. Reporting
Kalelar Riyazahmad S.
Patil Sonali Shantinath
7. Testing & Implementation
Pawar Snehal Krishnat

B.V.I.O.T. PALUS 3
VOICE LOGGER 2014-15

Voice Logger Application

Introduction:-

“Voice Based Login system” Is an innovative voice logger software system that is used
for voice call recording and storing those call related data along with it. It is a system
similar to the one used in a call center used for recording and storing various call related
details along with the recorded voice call. The first and most important feature of this
system is the voice call recording and storage. The system can store the voice call as an
audio file in its database. The system also retrieves various call related data to be stored in
the database along with the call. The call related data includes various call elated
parameters such as call time/Date, caller/receiver number and call duration. The call
duration is calculated from call start time and end time and stored accordingly in the
database. The other parameters are also stored accordingly as that particular call records.
The user or administrator may then check for various call records as and when needed.
Administrator can search call records based on particular day or time of call. According
to the query the system retrieves all calls matching the query along with each ones call
related data and the recorded call.

B.V.I.O.T. PALUS 4
VOICE LOGGER 2014-15

Text-to-Speech :-

Text may be read back using the TTS voice. Select Voice->Playback or click Play to hear
the text.
If no text is selected, VoicePad will begin reading from the insertion point to the end of
the document. If you select specific text, only the highlighted portion will be read. In
either case, the word currently being read will be highlighted. The words will continue to
be highlighted until the selection or portion is read. Any text selected prior to being read
will remain selected afterward. If the insertion point is at the end of the document, the
entire document will be read.
To stop or interrupt playback, click Play again from either the toolbar, menu, or use
control-p. You may also click anywhere in the edit window or press Esc to stop playback.
You may change voices characteristics from the TTS tab of Speech properties. For
example, you may change voices or change the speaking rate of the voice. The newly
selected voice will automatically be previewed so you can confirm the choice. You can
change the speaking rate with the Speed slider bar.

Aim and Objective:-

Create a good voice based application for peoples which is easy to use and not costly.

B.V.I.O.T. PALUS 5
VOICE LOGGER 2014-15

Introduction about modules in project :-

 Voice Enabled System


Will pass the commands as predefiened in database so it will operate on that.

 Text to speech
We will add dynamic level text on page, and system will become speech that text after
play button.

 Remotely Shut Down


Remotely shut down stands as we can shut down our system as through message
passing as “shut-down” .(Need Internet Connection Must)

 Audio Pdf
Browse any pdf file so it will read as auto format for you.

 Language Converter
We are going to any language convert through system as it should be
Global Language.

B.V.I.O.T. PALUS 6
VOICE LOGGER 2014-15

SYSTEM SPECIFICATION :-

HARDWARE REQUIREMENTS :-

 Processor - Dual Core

 Speed - 1.8 GHz


 RAM - 512 MB(min)
 Hard Disk - 20 GB
 Key Board - Standard Windows Keyboard
 Mouse - Two or Three Button Mouse
 Monitor - SVGA

SOFTWARE REQUIREMENTS :-

 Operating system - Windows 7.


 Coding Language - ASP.Net, C#.Net.
 Data Base - SQL Server 2008
 Tool - VISUAL STUDIO 2010.

Front End :-
We are using dot net framework as windows based application for making system as
application oriented so that we can make a software work for Individual Stand alone
application.

Back End :-
So as c# is going to use as application back-end for coding purpose.And SQL-Server
2008 for database orientation.

B.V.I.O.T. PALUS 7
VOICE LOGGER 2014-15

Data flow diagram :-

B.V.I.O.T. PALUS 8
VOICE LOGGER 2014-15

B.V.I.O.T. PALUS 9
VOICE LOGGER 2014-15

Advantage & Disadvantage:

Advantages :-

1. It is Helpful to automation based System.


2. Includes maintenance of learning environment and distribution of information
issues.
3. Includes various aspects about connecting learners to teaching and professional
development resources.

Disadvantages :-

1.If proper pronounsation is not done then system does not work properly.

Future scope :-

As the system had not drawback but will implemented as future scope as

1. Voice based Login-Logout for particular voice.


2. Open-Source Calculation will be added.

Future Enhancement :-
As the system had not drawback but will implemented as future scope as

1. Voice based Login-Logout for particular voice.


2. Open-Source Calculation will be added.

B.V.I.O.T. PALUS 10
VOICE LOGGER 2014-15

Conclusion :-

The software is an“Voice Based Login Application”. It helps to particular end user to interact with
system as Robust for simplicity as freely automated rather manually.

References/ Appendices /Bibliography :-

www.elearning.com

www.google.com

www.adlnet.gov/Scorm

B.V.I.O.T. PALUS 11
VOICE LOGGER 2014-15

B.V.I.O.T. PALUS 12

You might also like