Git Product home page Git Product logo

mmm-tts's Introduction

MMM-TTS GitHub license Build Status Code Climate Known Vulnerabilities

Text-To-Speech module for MagicMirror².

Dependencies

Installation

  1. Clone this repo into ~/MagicMirror/modules directory.

  2. Configure your ~/MagicMirror/config/config.js:

    {
        module: 'MMM-TTS',
        position: 'top_right',
        config: {
            readAtStartup: true,
            speed: 1.0,
            text: 'Hello, have a great day!'
        }
    }
  3. Run command npm install in ~/MagicMirror/modules/MMM-TTS directory.

  4. Run command sudo apt-get install festival.

Config Options

Option Default Description
debug false Display text to speech.
readAtStartup true If set to true: Read the text when you start the mirror.
speed 1.0 How fast the speech should be.
text 'Your mirror says hello!' Text to speak at startup and to display in debug mode, while there's no text to speech.
voice null If you want another voice than default you have to install it seperately and then fill in the voice name here. http://www.festvox.org/docs/manual-2.4.0/festival_24.html#Voices

For Developers

To use MMM-TTS in your module you have to send a socket notification like this this.sendNotification('MMM-TTS', 'This is a text to read. Hello World!');.

mmm-tts's People

Contributors

kristjanesperanto avatar fewieden 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.