1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../nas/etc_nas_nasd.conf
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 # ROCK Linux Config file for nasd
18 # set this to 0 for no debugging, a larger number equals more debugging
22 # Do not be verbose. Remove the # to enable verbosity
25 # set this to "yes" or "no" to indicate whether nasd should release the
26 # audio device when finished playing a sound.
27 # Only the voxware, hpux, and sun servers understand this for now.
30 # init the mixer on startup? Voxware only.
33 # This is used on hpux. Set to "INT" to use the internal speaker,
34 # set to "EXT" to use the external device (headphone/speakers).
37 # These are all used by voxware, nowhere else yet.
41 device "/dev/sounh/dsp" # The input device, usually
42 mixer "/dev/sound/mixer" # mixer device
43 gain 50 # default input gain (0-100)
45 minrate 4000 # Kind of redundant
46 maxfrags 3 # We want really low latency
47 minfrags 2 # the default
48 fragsize 256 # Again, for low latency
49 wordsize 8 # It only handles 8 bits anyway
50 numchans 2 # Glorious living mono
51 forcerate "no" # forces input rate to current
52 autoOpen "no" # whether to open the dev
54 readwrite "no" # open read only if "no"