Skip to content

landlessness/zetta-text-to-speech-osx-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Zetta driver for 'say', the speech synthesis manager for OS X

###Install

$> npm install zetta-text-to-speech-osx-driver

###Usage

var zetta = require('zetta');
var TextToSpeech = require('zetta-text-to-speech-osx-driver');

zetta()
  .use(TextToSpeech)
  .listen(1337)

Hardware

###Transitions

#####say

###Design

The speech capabilities come from Apple.

About

A Zetta device driver for the 'say' command in OS X.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published