OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.8 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../nas/etc_nas_nasd.conf
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  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 ---
  14. # ROCK Linux Config file for nasd
  15. #
  16. # set this to 0 for no debugging, a larger number equals more debugging
  17. # info...
  18. Debug 0
  19. # Do not be verbose. Remove the # to enable verbosity
  20. # Verbose
  21. # set this to "yes" or "no" to indicate whether nasd should release the
  22. # audio device when finished playing a sound.
  23. # Only the voxware, hpux, and sun servers understand this for now.
  24. ReleaseDevice "yes"
  25. # init the mixer on startup? Voxware only.
  26. MixerInit "yes"
  27. # This is used on hpux. Set to "INT" to use the internal speaker,
  28. # set to "EXT" to use the external device (headphone/speakers).
  29. OutDevType "EXT"
  30. # These are all used by voxware, nowhere else yet.
  31. inputsection
  32. device "/dev/sounh/dsp" # The input device, usually
  33. mixer "/dev/sound/mixer" # mixer device
  34. gain 50 # default input gain (0-100)
  35. maxrate 44100
  36. minrate 4000 # Kind of redundant
  37. maxfrags 3 # We want really low latency
  38. minfrags 2 # the default
  39. fragsize 256 # Again, for low latency
  40. wordsize 8 # It only handles 8 bits anyway
  41. numchans 2 # Glorious living mono
  42. forcerate "no" # forces input rate to current
  43. autoOpen "no" # whether to open the dev
  44. # at init
  45. readwrite "no" # open read only if "no"
  46. end