Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!spool.mu.edu!munnari.oz.au!uhccux!uhunix1.uhcc.Hawaii.Edu!jlong From: jlong@uhunix1.uhcc.Hawaii.Edu (John Long) Newsgroups: comp.sys.amiga.introduction Subject: Re: How to use say synthetizer options? Message-ID: <12928@uhccux.uhcc.Hawaii.Edu> Date: 9 May 91 01:58:55 GMT Article-I.D.: uhccux.12928 References: <51751@nigel.ee.udel.edu> <1166@cbmger.UUCP> Sender: news@uhccux.uhcc.Hawaii.Edu Organization: University of Hawaii Lines: 49 In article <1166@cbmger.UUCP> peterk@cbmger.UUCP (Peter Kittel GERMANY) writes: >In article <51751@nigel.ee.udel.edu> GELSON%SBU.UFRGS.ANRS.BR@uicvm.uic.edu (Gelson Dias Santos) writes: >>I just started to play with say synthetizer, but I'm a bit confusing about how >>to use the available options. The Introduction to Amiga 500 manual say to type >>the option in the phoneme window, but it do nothing. How have I to type it? >>I tried -f, f, F, -F ( for a female voice) and nothing work. > >You must type it into the text input window. Every line that starts with >a "-" is considered such a control input to make it different from normal >text input. > >-- >Best regards, Dr. Peter Kittel // E-Mail to \\ Only my personal opinions... >Commodore Frankfurt, Germany \X/ {uunet|pyramid|rutgers}!cbmvax!cbmger!peterk There are two ways to use say from the cli that I know. One is to use command line arguements like this: cli>say foo Amiga will say "foo". You can also supply the -p -s (etc.) options, as: cli>say -p200 foo Amiga will say "foo" with a pitch of 200. You can also put those options, along with the words to be spoken, into a file, and use the -x option. Like: cli>say -x speech.txt Amiga will read the file 'speech.txt'. The second way to use say is just to type 'say' at the cli prompt without any options. There is also an icon for the say program. In this case, 2 windows will open, and you can just type text and optional settings into one of the windows. The other window gives the translated phonetic code which the speak: (talk: ? (narrator: ?)) device takes as input. I think you can also do something like: cli>copy speech.txt to narrator: or, cli>type speech.txt > narrator: But I'm no authority. If I'm wrong, somebody write. Aloha, -LongJohn