ttslib is a processing wrapper for the freetts library with two new speak methods, that allow to choose which speaker the text should be coming from
CODE
tts.speak( “I am in the center” );
tts.speakLeft( “I am on the left” );
tts.speakRight( “I am on the right” );
The library can be downloaded at