GithubHelp home page GithubHelp logo

khalidelsayed / simpletalker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nolanlawson/simpletalker

0.0 1.0 0.0 416 KB

Simple Android app to speak some text passed in as a parameter. Intended to be used from the command line.

simpletalker's Introduction

SimpleTalker

Speak some text aloud using the Android TTS (text-to-speech) engine. Designed to be used from the command line, since the text is immediately spoken when the main activity starts up, and then the app closes afterwards.

Optionally, may also play a song from the phone storage after speaking the text.

Author

Nolan Lawson

License

WTFPL, although attribution would be nice.

Download

Direct APK download link

Usage

This app is intended to be used from the command line. For instance, we use it at my office to notify us when someone breaks the Jenkins build, and then speak aloud the person who broke the build and the broken module. (Video demonstration.)

Can be used via adb (from the Android SDK) like so:

adb shell am start -n com.nolanlawson.android.simpletalker/.MainActivity \
    -e text "This is my text" \
    -e song "/sdcard/someSong.mp3" \
    -e songDuration 60

Arguments:

  • text - The text to speak, in English.
  • song (optional) - Full file path of a song on the Android device to play.
  • songDuration (optional) - Number of seconds after which to stop playing the song. Defaults to 10.

simpletalker's People

Contributors

nolanlawson 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.