meta data for this page
  •  

This is an old revision of the document!


QuTe Translation

Team:

  1. Rostislav Malevich
  2. Oskar Sonninen
  3. Petri Ryhänen

Idea

Software will translate received text messages on the fly.After translation it will speak that text to user. If there is enough time maybe a word completion/compression is implemented.

Features

  1. Translation
  2. Text to Speech
  3. Word completion (optional)

Implementation Plan and Goals

- Environment and language are QT creator and QT using C++.

- Translation is made using Google translate.

- To use Google translate a tcp/ip connection needs to be made, so Qhttp is used.

- Text to Speech is done using eSpeak library. (http://espeak.sourceforge.net/)

Feature Priority Status
GUI1Do
Translation1Done :)
Daemon implementation 2 Done
Text-to-Speech2Done
Word completion3-

Design

(structure of the software, class diagram)

Screen shots

Project Artefacts

Versio 1: fetching text from google, triggering by incoming sms test.zip

Presentation slides

Short idea presentation: qtst_app_n_ever.ppt

Report document

Source Package

How to run software

Conclusion