Re: speech synthesis on-the-fly

2002-02-10 Thread Ron Johnson
On Sun, 10 Feb 2002 15:56:48 + Hereward Cooper <[EMAIL PROTECTED]> wrote: > > --- > I'm off list, please CC: > --- > > Hi, > I'm re-wiring a network and am trying to recreate a system which I read > in "the story of ping"[1]. Basically you use a speech synthesiser to > call out PING as loud a

Re: speech synthesis on-the-fly

2002-02-10 Thread Joey Hess
Hereward Cooper wrote: > ping attic | sed -e 's/.*/ping/' | festival --tts > > The problem is that it won't work 'on-the-fly' i.e. as the ping command > is running, not once the ping command has finished. I managed to get sed > working on-the-fly by using ssed (super-sed). But I can't get festival

speech synthesis on-the-fly

2002-02-10 Thread Hereward Cooper
--- I'm off list, please CC: --- Hi, I'm re-wiring a network and am trying to recreate a system which I read in "the story of ping"[1]. Basically you use a speech synthesiser to call out PING as loud as possible for every successful ping of another machine on the network. This means you can go ro