ttslib version 0.3 released
in
Library and Tool Development
•
2 years ago
Hi,
I just made a new version of ttslib
Because of the HUUUUGE popular demand - ahm - i mean because theboypip asked me ;-),
this version also supports changing the voice pitch by using
- tts.setPitch( 1000 ); // set the base frequency to 1000 hertz
- tts.setPitchShift( 1.2 ); // how much should the pich change over time?
- tts.setPitchRange(100); // in this example the pitch will vary between 1000 and 1100 hertz
Go to the
ttslib--project-page to download the new version