2005-04-04 04:52:42 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
2004-06-14 07:30:44 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
2004-06-29 06:09:39 +08:00
|
|
|
|
2004-06-14 07:30:44 +08:00
|
|
|
<!ENTITY nas-download-http "http://nas.codebrilliance.com/nas/nas-&nas-version;.src.tar.gz">
|
|
|
|
<!ENTITY nas-download-ftp "ftp://ftp.us.xemacs.org/pub/xemacs/aux/nas-&nas-version;.src.tar.gz">
|
2005-02-14 13:28:45 +08:00
|
|
|
<!ENTITY nas-md5sum "08b54fbf3af8c2ffab39f6f84f2ab337">
|
2004-06-14 07:30:44 +08:00
|
|
|
<!ENTITY nas-size "1.0 MB">
|
|
|
|
<!ENTITY nas-buildsize "13 MB">
|
|
|
|
<!ENTITY nas-time "0.30 SBU">
|
|
|
|
]>
|
|
|
|
|
2003-09-15 23:59:34 +08:00
|
|
|
<sect1 id="nas" xreflabel="NAS-&nas-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-05-07 11:24:31 +08:00
|
|
|
<?dbhtml filename="nas.html"?>
|
2003-09-15 23:59:34 +08:00
|
|
|
<title>NAS-&nas-version;</title>
|
2003-02-11 04:33:55 +08:00
|
|
|
|
2004-06-14 07:30:44 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application><acronym>NAS</acronym></application></title>
|
|
|
|
|
|
|
|
<para>The Network Audio System is a network transparent, client/server audio
|
|
|
|
transport system. It can be described as the audio equivalent of an
|
|
|
|
<application>X</application> server.</para>
|
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
2005-02-14 13:28:45 +08:00
|
|
|
<listitem><para>Download (HTTP):
|
|
|
|
<ulink url="&nas-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP):
|
|
|
|
<ulink url="&nas-download-ftp;"/></para></listitem>
|
|
|
|
<listitem><para>Download MD5 sum: &nas-md5sum;</para></listitem>
|
2004-06-14 07:30:44 +08:00
|
|
|
<listitem><para>Download size: &nas-size;</para></listitem>
|
2005-02-14 13:28:45 +08:00
|
|
|
<listitem><para>Estimated disk space required:
|
|
|
|
&nas-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time:
|
|
|
|
&nas-time;</para></listitem></itemizedlist>
|
2004-06-14 07:30:44 +08:00
|
|
|
</sect3>
|
|
|
|
|
2004-08-01 06:16:17 +08:00
|
|
|
<!-- <sect3><title>Additional downloads</title>
|
2004-06-14 07:30:44 +08:00
|
|
|
<itemizedlist spacing='compact'>
|
2004-06-29 06:09:39 +08:00
|
|
|
<listitem><para>Required Patch: <ulink
|
|
|
|
url="&patch-root;/nas-&nas-version;-bison_fix-1.patch"/></para></listitem>
|
2004-08-01 06:16:17 +08:00
|
|
|
</itemizedlist></sect3> -->
|
2004-06-14 07:30:44 +08:00
|
|
|
|
|
|
|
<sect3><title><application>NAS</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
2005-02-14 13:28:45 +08:00
|
|
|
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
|
|
|
|
</sect4>
|
2004-06-14 07:30:44 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application><acronym>NAS</acronym></application></title>
|
|
|
|
|
2004-06-25 06:02:07 +08:00
|
|
|
<para>Install <application><acronym>NAS</acronym></application> by running the
|
|
|
|
following commands:</para>
|
2004-06-14 07:30:44 +08:00
|
|
|
|
2004-08-01 06:16:17 +08:00
|
|
|
<screen><userinput><command>xmkmf &&
|
2004-06-14 07:30:44 +08:00
|
|
|
make Makefiles &&
|
|
|
|
make includes &&
|
|
|
|
make depend &&
|
|
|
|
make &&
|
|
|
|
make install install.man</command></userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2004-06-25 06:02:07 +08:00
|
|
|
<para><command>xmkmf...</command>: These commands use the standard for
|
|
|
|
compiling <application>X</application> based applications.</para>
|
2004-06-14 07:30:44 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Configuring <acronym>NAS</acronym></title>
|
|
|
|
|
2004-08-01 06:16:17 +08:00
|
|
|
<sect3><title>Configuring <application>NAS</application></title>
|
2004-06-14 07:30:44 +08:00
|
|
|
|
2004-08-01 06:16:17 +08:00
|
|
|
<sect4><title>Config Files</title>
|
|
|
|
<para><filename>/etc/nas/nasd.conf</filename></para>
|
|
|
|
</sect4>
|
|
|
|
|
|
|
|
<sect4><title>Configuration Information</title>
|
|
|
|
<para>Create the <application>NAS</application> configuration file using the
|
|
|
|
following command:</para>
|
2005-02-14 13:28:45 +08:00
|
|
|
|
2004-08-01 06:16:17 +08:00
|
|
|
<screen><userinput><command>cp /etc/nas/nasd.conf.eg /etc/nas/nasd.conf</command></userinput></screen>
|
2005-02-14 13:28:45 +08:00
|
|
|
|
|
|
|
<para>Edit the new configuration file to suit your network and system
|
|
|
|
needs.</para>
|
2004-08-01 06:16:17 +08:00
|
|
|
|
|
|
|
<para>Install the <filename>/etc/rc.d/init.d/nas</filename> init script
|
|
|
|
included in the <xref linkend="intro-important-bootscripts"/>
|
|
|
|
package.</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>make install-nas</command></userinput></screen>
|
|
|
|
|
|
|
|
<para>The init script uses a default parameter to allow access to all hosts on
|
|
|
|
the network. Review the <command>nasd</command> man page for other available
|
|
|
|
parameters if you need to modify the script.</para>
|
|
|
|
</sect4>
|
2004-06-14 07:30:44 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<para>The <application><acronym>NAS</acronym></application> package contains
|
2004-08-01 06:16:17 +08:00
|
|
|
<command>auconvert</command>, <command>auctl</command>,
|
|
|
|
<command>audemo</command>, <command>audial</command>,
|
|
|
|
<command>auedit</command>, <command>auinfo</command>,
|
|
|
|
<command>aupanel</command>, <command>auplay</command>,
|
|
|
|
<command>aurecord</command>, <command>auscope</command>,
|
|
|
|
<command>autool</command>, <command>auwave</command>,
|
|
|
|
<command>auphone</command>, <command>checkmail</command>,
|
|
|
|
<command>nasd</command>, <command>issndfile</command>,
|
|
|
|
<command>playbucket</command>, <command>soundtoh</command> and the
|
|
|
|
<filename class='libraryfile'>libaudio</filename> libraries.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>au{utilities}</title>
|
|
|
|
<para>The <command>au{utilities}</command> are a collection of tools to
|
|
|
|
convert, play, edit, record, and manipulate sound files. See the respective
|
|
|
|
man page for each utility for a full description.</para>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>checkmail</title>
|
|
|
|
<para><command>checkmail</command> plays a sound file when the user receives
|
|
|
|
mail.</para>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>nasd</title>
|
|
|
|
<para><command>nasd</command> is the Network Audio System server daemon.</para>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>issndfile</title>
|
|
|
|
<para><command>issndfile</command> checks if a file is in a recognized audio
|
|
|
|
file format.</para>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>playbucket</title>
|
|
|
|
<para><command>playbucket</command> plays, or creates, the bucket
|
|
|
|
corresponding to the specified file.</para>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>soundtoh</title>
|
|
|
|
<para><command>soundtoh</command> converts a sound file to a C language header
|
|
|
|
file.</para>
|
|
|
|
</sect3>
|
2004-06-14 07:30:44 +08:00
|
|
|
|
|
|
|
</sect2>
|
2003-02-11 04:33:55 +08:00
|
|
|
|
|
|
|
</sect1>
|