[Newbies] How to add/enable speech synthesis?

Bert Freudenberg bert at freudenbergs.de
Tue Jul 10 21:15:14 UTC 2012


On 2012-07-10, at 23:02, H. Hirzel wrote:

> Thank you Bert,
> as Alex has searched for it for one hour it would be a nice snippet to
> add to the
> 'Extending the system' workspace thus reinforcing the notion that
> Squeak is geared towards multimedia...
> 
> -- Hannes

Feel free to add.

- Bert -

> On 7/10/12, Bert Freudenberg <bert at freudenbergs.de> wrote:
>> 
>> 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 -
>> 
>> 
>> _______________________________________________
>> Beginners mailing list
>> Beginners at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>> 
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners



More information about the Beginners mailing list