Subject: Re: using rsynth
To: Dave <dgriffi@cs.csubak.edu>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-pkg
Date: 02/27/2004 08:58:10
On Thu, 26 Feb 2004, Dave wrote:

> I don't know what I'm doing wrong.  I do "sudo make install" in
> audio/rsynth and everything goes fine.  Then when I try to use it, this
> happens:
>
> $ say -v < foobar
> No such file or directory
> Guess 0x0 'hello'
> Guess 0x0 'world'
> hel@U  w3ld
>
> It doesn't seem to matter if nasd is running or not.

Does "nasd" work? Try this:

  nasd -aa -b -local
  export AUDIOSERVER=tcp/localhost:8000
  audial 1010
  rsynth hello world

Frederick