[Newbies] How to add/enable speech synthesis?

Bert Freudenberg bert at freudenbergs.de
Tue Jul 10 16:52:30 UTC 2012


On 10.07.2012, at 18:42, David T. Lewis wrote:

> On Tue, Jul 10, 2012 at 05:56:27PM +0200, Bert Freudenberg wrote:
>> 
>> For someone with write access to the Speech repo (Dave?):
>> 
>> In "LipsMorph class >> initialize" add the line
>> 
>> 	PhonemeSet arpabet ifNil: [PhonemeSet initialize].
> 
> Bert,
> 
> I can't do an update right now, but I added you as developer on the Speech project.
> 
> Dave

Okay, committed the fix. Now this works for me:

Installer ss
	project: 'Speech';
	install: 'SharedPool-Speech';
	install: 'Speech'

- Bert -




More information about the Beginners mailing list