Git Product home page Git Product logo

davidvelascogarcia / ttsengine Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 2.79 MB

ttsEngine: Implementation of text to speech module in Python. Reception of text to be synthesized over the network, via YARP. Platform detection in use and TTS engine selection according to it.

Home Page: https://davidvelascogarcia.github.io/ttsEngine/

Python 100.00%
tts tts-engines pyttsx3 python python3 yarp network text speech-synthesis synthesizer

ttsengine's Introduction

ttsEngine Homepage Latest Release Build Status

TTS Engine: ttsEngine (Python API)

Introduction

ttsEngine module use pyttsx3 and gTTS in python. This module performs TTS and converts recieved text to voice. Also use YARP to receive text to synthesize by network. This module also publish TTS results in YARP port. If network connection is available uses gTTS system voice, if not, uses system default voice.

Documentation available on docs.

Use

ttsEngine requires text like input to be synthesized. The process to running the program:

  1. Execute programs/ttsEngine.py, to start de program.
python ttsEngine.py
  1. Connect text source.
yarp connect /yourport/data:o /ttsEngine/data:i

NOTE:

  • Data results are published on /ttsEngine/data:o

Requirements

ttsEngine requires:

pip3 install gTTS
  • Install pyttsx3:

(Using YARP with Python 2.7 bindings)

pip2 install pyttsx3

(Using YARP with Python 3 bindings)

pip3 install pyttsx3

Using Microsoft Windows also needs:

pip3 install pypiwin32

Tested on: windows 10, ubuntu 14.04, ubuntu 16.04, ubuntu 18.04, lubuntu 18.04 and raspbian.

Status

Build Status

Issues

Related projects

ttsengine's People

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.