new ttslib version released
in
Share your Work
•
10 months ago
Hello,
I just released a new version of ttslib, a processing wrapper for the freetts library.
in this version I added two new speak methods, that allow to choose which speaker the text should be coming from
I just released a new version of ttslib, a processing wrapper for the freetts library.
in this version I added two new speak methods, that allow to choose which speaker the text should be coming from
tts.speak( "I am in the center" );
tts.speakLeft( "I am on the left" );
tts.speakRight( "I am on the right" );