speak.js icon indicating copy to clipboard operation
speak.js copied to clipboard

Make Voice data optional/external

Open foo123 opened this issue 12 years ago • 2 comments
trafficstars

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

foo123 avatar Aug 16 '13 20:08 foo123

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.

MatthewRaymond avatar Oct 03 '13 21:10 MatthewRaymond

Thanx

foo123 avatar Oct 06 '13 10:10 foo123