GithubHelp home page GithubHelp logo

roffel / googletts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mattdy/googletts

0.0 2.0 0.0 143 KB

Simple Python script to pass text into the Google Text-to-Speech engine

Home Page: http://mattdyson.org/blog/2014/07/text-to-speech-on-a-raspberry-pi-using-google-translate/

Python 100.00%

googletts's Introduction

googletts

Introduction

Simple Python script that takes a single text argument and passes into the Google Translate Text-to-Speech engine.

Breaks the given text down into chunks, separated by punctuation (and by length if necessary), before making the necessary requests

Changes

Version 1.2 - 08/08/15

  • Use urllib to encode parameters before making the request to translate_tts - should fix problems with UTF-8 character encoding. Thanks to Paul for the fix!

Version 1.1 - 01/08/15

  • Update to use new arguments required, now that the translate_tts URL is subject to CAPTCHA verification

Requirements

  • mpg123 is required to play the resulting MP3 file returned by Google TTS
  • urllib is used for encoding the query

Use

./googletts "Hello world"

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.