resin-io/text2speech

Name: text2speech

Owner: Resin.io

Description: null

Created: 2014-07-21 09:13:28.0

Updated: 2017-01-06 12:39:38.0

Pushed: 2016-01-20 18:43:20.0

Homepage: null

Size: 29

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Resin.io – Simple text-to-speech demo

How it works

This demo uses say.js which relies on Festival to play an audio stream of the supplied text.

How to use

To use this demo project, first clone this repo on your local machine. Then go to your Resin dashboard and create an application or use one that you've already created. You have to add the resin remote to your local git repo in order to git push resin master.

To do that, copy the remote and issue the following command in the folder containing this repo:

remote add resin git@git.resin.io:username/test.git

You should be able to git push resin master to your devices!

You can change the text by setting a TEXT environment variable for your app/device in the Resin dashboard.

Note: If you used an already existing application that you've previously pushed other code to you will have to do git push --force resin master the first time to delete the previous commits.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.