.SH NAME
nasd.conf \- Configuration file for NAS servers.
.SH DESCRIPTION
.I nasd.conf
server, including what devices it will attempt to use, the minimum & maximum
frequencies used, if the device should be used in 8bit or 16bit mode, what
fragment size and number of fragments should be used (useful for tuning the
server's latency) and if the server should be verbose when starting or
output debugging information. Not all options are supported for all
servers, see the /etc/nas/nasd.conf.eg file for information on what
options are supported for which servers.
.SH THE CONFIG FILE SYNTAX"
deals with global options, some of which just turn on verbose messages
when parsing the config file, and setting debug messages on. The
remaining two sections will, if present, adjust various parameters of
the input and output devices, for those server that undersand them.
.PP
.B verbose
setting in the config file.
.PP
.B debug <number>
on stderr. Set <num> to 0 to disable debug messages, 99 for *alot* of
debug messages.
.PP
.B mixerinit YES"|"NO"
device on startup. (voxware)
.PP
.B OutDevType EXT"|"INT"
(headphone/speakers) or INT for the internal output device (internal
speaker). Defaults to external.
.PP
.B inputsection
of the input device to be set up.
.PP
.B end
.PP
.B device devname"
.PP
.B mixer mixername"
.PP
.B maxrate number
the maximum number of samples per second that we'll drive the
card at.
.PP
.B minrate number
the minimum number of samples per second that the card will be driven
at.
.PP
.B maxfrags number
the number is dynamically adjusted as the sampling frequency varies.
.PP
.B minfrags number
.PP
.B fragsize number
.PP
.B wordsize number
.PP
.B numchans number
values are 1 or 2.
.PP
.B forcerate no"|"yes"
.PP
.B autoOpen no"|"yes"
.PP
.B readwrite no"|"yes"
readonly, and for output devices, the the device will be opened writeonly.
.SH SEE ALSO"
nas(1)
, auinfo(1)
, auplay(1)
, auctl(1)
.SH BUGS
.PP
.SH AUTHORS