festival
v1.0.1
Published
convert text into a mp3 file with festival and LAME
Downloads
13
Maintainers
Readme
node-festival
node-festival
is an extremely thin wrapper for festival and lame. To convert text into a mp3 file
Installation
npm install festival
Usage
var festival = require('festival');
festival.toSpeech(text, outputfile);