kripken / speak.js

Text-to-Speech in JavaScript using eSpeak
GNU General Public License v3.0
1.29k stars 295 forks source link

Make Voice data optional/external #32

Open foo123 opened 11 years ago

foo123 commented 11 years ago

Hi,

is there any way to make the language wav data (voices/gramar) optional/external so no need to rebuild speak.js everytime another language needs support

sth like having the wav data in a separate js file and add them as parameters to the main speak.js Class

sth like https://github.com/foo123/HAAR.js where the feature data are external and the detector is generic

Thanks

MatthewRaymond commented 10 years ago

This might be what you're looking for:

http://www.masswerk.at/mespeak/

It's a modified version of speak.js that allows you to load external language and configuration files.

foo123 commented 10 years ago

Thanx