Skip to content

Latest commit

 

History

History
executable file
·
11 lines (7 loc) · 247 Bytes

README.md

File metadata and controls

executable file
·
11 lines (7 loc) · 247 Bytes

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);