Hi!

On Fri, Apr 20, 2001 at 02:08:21PM +0200, Jochen Hoenicke wrote:
> I have written a new audio i/o method for the artsd to support Network
> Audio System (NAS).  I successfully use it to drive the sound module
> of a NCD X-Terminal.  It currently only supports output, not
> recording.
> 
> To compile move the attached file to arts/flow.  Then add
> "-laudio -lXt" to libartsflow_la_LIBADD and "audioionas.cc" to
> libartsflow_la_SOURCES in arts/flow/Makefile.am.  Of course, you need
> to install NAS first.
> 
> I would be glad if the patch makes it into the arts distribution.  I
> can help making it auto-configurable.

Very good. Quite some users will be happy having NAS support included in aRts.
I've looked at your code, and it looks quite sensible. I don't have NAS here
so I simply believe you it works/compiles (we'll see, once it is in the CVS ;-).

You need to do the following to get it included in the CVS:

 * add a configure test in configure.in.in, which finds out whether NAS is
   there
 * make that configure test define the additional libraries
 * define something like HAVE_NAS if NAS is found
 * compile audioionas.cc only if NAS is there (put the source in #ifdef
   HAVE_HAS [...] #endif)

I'll include it as soon as I get these things.

   Cu... Stefan
- 
  -* Stefan Westerfeld, [EMAIL PROTECTED] (PGP!), Hamburg/Germany
     KDE Developer, project infos at http://space.twc.de/~stefan/kde *-         

Reply via email to